Using PHP 'if' Statements
Using 'if' statements, you can check to see if a variable equals something else, and then execute a line of code if it is, and execute another line of code if it isn't. This tutorial is meant for beginners.
Type : PHP Tutorials
Level : Beginner
Added : Jan 09, 2007
Make an RSS Feed Using PHP
Learn the best way to turn your database information into an RSS feed.
Type : PHP Tutorials
Level : All levels
Added : Dec 27, 2006
Date Function
Learn how people use the date function in there php coding.
Type : PHP Tutorials
Level : Beginner
Added : Dec 19, 2006
Simple Contact Form
Learn how to write a clean and easy contact form for your site.
Type : PHP Tutorials
Level : Experienced
Added : Dec 11, 2006
Installing PHP on a Mac
One great aspect of Mac OS is that it ships with a preinstalled Apache server and PHP4. So if you want to develop dynamic PHP based web sites on your local machine, you just have to enable the PHP4 module and start the server.
Type : PHP Tutorials
Level : All levels
Added : Dec 01, 2006
Rewritten URLs with Unlimited Parameters
I recently added a function to my commercial PHP framework which allows unlimited parameters in a mod_rewrite rewritten URL, without having to add more lines to do so. In this tutorial I will explain to you how to create this function and use it.
Type : PHP Tutorials
Level : Experienced
Added : Dec 01, 2006
MySQL Tables
Create, insert, update, delete, count and select rows in a database.
Type : PHP Tutorials
Level : Beginner
Added : Nov 20, 2006
Php calculator
Make a working calculator using PHP.
Type : PHP Tutorials
Level : Beginner
Added : Nov 14, 2006
Date and Time
Display the current data and time using a very small and common code.
Type : PHP Tutorials
Level : Beginner
Added : Nov 06, 2006
Simple Hit Counter
Use this simple script for a basic click counter to display the amount of hits to your site.
Type : PHP Tutorials
Level : Beginner
Added : Nov 02, 2006

