Home > All

Building a simple PHP shopping cart

Building a simple PHP shopping cart

This article will walk through the simple steps to achieve this, using the server-side language PHP and a MySQL database.

PHP | Visit Site

GD Library Bar Chart

GD Library Bar Chart

Create a dynamic bar chart with PHP and GD Library.

PHP | Visit Site

Vertical Bar Graphs with CSS and PHP

Vertical Bar Graphs with CSS and PHP

Who wants to use Excel to make a new graph each week? Using CSS and PHP you can create attractive bar graphs (yes, even the stacked kind) that are always up to date.

PHP | Visit Site

Form validation with Captcha image

Form validation with Captcha image

In this tutorial I will show you how to create a captcha image to protect your form submissions.

PHP | Visit Site

CSS Star Rating

CSS Star Rating

An updated and more cross-browser compatible version of the CSS star rater

PHP | Visit Site

Generating random passwords

Generating random passwords

It becomes practical and more useful if the tutorial is written in the form of a function. This function will hopefully work anywhere. The basic idea behind this random password is that it will give a different password every time it is called.

PHP | Visit Site

Searching a MySQL Database

Searching a MySQL Database

In this tutorial you will make 3 pages: config.php - contains database information functions.php - contains search functions search.php - the page that searches.

PHP | Visit Site

Turning dynamic URLs to static URLs

Turning dynamic URLs to static URLs

The general seo rule of thumb is that it is good practice to turn any dynamic URLs with query strings into search engine friendly static URLs. Big search engines like google love simple static URLs.

PHP | Visit Site

How to create a basic rating system

How to create a basic rating system

This article shows you how to create a simple and easy to use file based rating system with PHP.

PHP | Visit Site

Create Thumbnail in PHP

Create Thumbnail in PHP

I wanted to get some thumbnail creation code in PHP to use for a little project I was working on, and so I traipsed over to Google and asked for

PHP | Visit Site

Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 Next

Back to top