Page Navigation & Online Users & Chmod
Many people have asked me how i got index2.php?page=link
Basically what happens, is where ever the folllowing code is put on your main php page, is where the the page link.php will go.
Type : PHP Tutorials
Level : Experienced
Added : Jun 21, 2006
Simple Counter & Redirecting & Browser Type
This is a really 2 file way of making a unique hit counter.
If you make a new file called counter.txt and just type the number 1 on the first line.
Type : PHP Tutorials
Level : Beginner
Added : Jun 19, 2006
Register Login Script
The following tutorial will teach you how to add a login/register script to your site. This tutorial requires 6 files, and PHP with MySQL installed.
Type : PHP Tutorials
Level : Experienced
Added : Jun 16, 2006
Count Down
This will let you count the number of days remaining to reach a given event : for instance days left before we reach the year 2007:
Type : JavaScript Tutorials
Level : Beginner
Added : Jun 16, 2006
IP Banning
Like many webmasters, you're bound to attract some annoying visitors, such as spammers. This is inevitable, but you can fight back. The simplest method of cyber combat is banning the IP, although this is not the most powerful method it works 90% of the time.
Type : PHP Tutorials
Level : Beginner
Added : Jun 16, 2006
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
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
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
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

