Page Loading Time
Learn how to output the time a page takes to load.
Type : PHP Tutorials
Level : Beginner
Added : Jun 07, 2006
Rating :




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
Rating :




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
Rating :




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
Rating :




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
Rating :




PHP/MySQL Tutorial System
This Tutorial will run you through the basics of building your own Tutorial CMS!
Type : PHP Tutorials
Level : Beginner
Added : May 18, 2006
Rating :




Design an Online Chat Room with PHP and MySQL
In this article, you will learn how to design and develop a simple online chat room with PHP and MySQL. This tutorial explains every steps of the development, including both database design and PHP programming. Basic computer skills and knowledge of HTML and PHP are required. Ok, let's begin now. ...
Type : PHP Tutorials
Level : All levels
Added : May 15, 2006
Rating :




Automated PHP Photo Album
A really simple way of displaying your photo albums online. To add a new album, simply make a new folder and upload your photos.
Type : PHP Tutorials
Level : Beginner
Added : May 05, 2006
Rating :




Regular Expressions
Regular expressions provide a means for advanced string matching and manipulation. They are very often not a pretty thing to look at. For instance:
Type : PHP Tutorials
Level : Beginner
Added : May 02, 2006
Rating :




Downloads CMS and Clicks Counter
1. There are 3 documents we will be creating: downloads.php, downloaditem.php, additem.php. You will need access to a mySQL Database with phpmyadmin, as well as a host with php installed onto it.
2. First lets set up the table in phpmyadmin. go to your database, and run the following SQL Comman...
Type : PHP Tutorials
Level : Beginner
Added : Apr 27, 2006
Rating :







