PHP Mail Form Tutorial
This script is widely used by many sites on the net. PHP provides an easy way to send mail via the function mail().
Type : PHP Tutorials
Level : Beginner
Added : Jun 14, 2006
Random Quotes
Learn how to make Random Quotes using the power of PHP.
Many people email wondering how the heck we make the random quotes on the title bar at the main page. Well, we're finally releasing the secret, and its not as hard as you think :) Lets write the code to pick a random quote using PHP.
Type : PHP Tutorials
Level : Beginner
Added : Jun 12, 2006
PHP Live Counter: Online Users
Editor's Pick in Web Programming, June 2006
This is a really great script to use for anyone who is wanting to gain more statistics regarding the number of people who visit your site and so forth. Take a look.
Type : PHP Tutorials
Level : Beginner
Added : Jun 12, 2006
Retrieving data from a database
Before getting started, I'll assume you already know how to connect & select the database of your choose.
Retrieving data from a database is a common task for web database applications, the most common use is to display the data in a web page.
Type : PHP Tutorials
Level : Experienced
Added : Jun 09, 2006
Last Modified and User's Screen Resolution Detection
An easy and efficient way to write the date a file was last modified.
We call the function filemtime() that returns an integer (the number of seconds elapsed from Jan 1st, 1970 00:00 GMT) Anyway, to make this integer viewable by human beings, we just format it using date() function.
Type : PHP Tutorials
Level : Beginner
Added : Jun 08, 2006
Page Loading Time
Learn how to output the time a page takes to load.
Type : PHP Tutorials
Level : Beginner
Added : Jun 07, 2006
PHP Counter
A counter is a simple yet essential script when developing web pages.
First of all, we need a file where to store the data ( a simple text file). This file must be CHMODed to 777 (under Linux)
Let's name this file "data.txt". Do not forget to include it into the same directory as the PH...
Type : PHP Tutorials
Level : Beginner
Added : Jun 01, 2006
If/Else Statements
1. If and Else statements are special pieces of code that tell your server to do something under a certain condition. If and Else statements therefore are conditional statements. An example of a likely piece of code that uses these statements is:
Type : PHP Tutorials
Level : Beginner
Added : May 26, 2006
PHP Navigation and Connecting to a MySQL Database
PHP Navigation and Connecting to a MySQL Database
Type : PHP Tutorials
Level : Beginner
Added : May 24, 2006
Relative Dates
In this tutorial I am going to teach you how to create your own relative date function.
Type : PHP Tutorials
Level : Beginner
Added : May 19, 2006

