Outwards Link Counter
This will allow you to create a script that will count the amount of times a certain link has been clicked and display the results on your page.
Type : PHP Tutorials
Level : Experienced
Added : Aug 10, 2006
Rating :




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




PHP Calculator
Make a working calculator using PHP.
Type : PHP Tutorials
Level : Beginner
Added : Nov 14, 2006
Rating :




PHP Messagebox
Easily create a PHP Message Box, without using any mysql! Using this method, when your visitors post something, the simple script interprets it, and stores the message in a text document. It is also fully customizable with HTML.
Type : PHP Tutorials
Level : Experienced
Added : Feb 01, 2007
Rating :




PHP Contact Form
First, let's create the html section. I made a simple form, but it gets the job done. You can customize it if you want, but remember to use the same form variables.
Type : PHP Tutorials
Level : Beginner
Added : Jul 05, 2006
Rating :




PHP:Form Series: Validators & Client-side Validation
Editor's Pick in Web Programming, April 2006
This tutorial is really helpful to those of us who are a little intimidated by PHP:form. All of those hard to answer questions are easily explained in this simple to use educational web page. Hope you enjoy!
Type : PHP Tutorials
Level : Beginner
Added : Apr 18, 2006
Rating :




Email, Virtual Domains Solution
A solution for implementing virtual domains using Exim, Courier-IMAP and mMySQL.
Type : PHP Tutorials
Level : Experienced
Added : Oct 02, 2006
Rating :




Working with Objects in PHP 5
Editor's Pick in Web Programming, September 2006
This article explains the process of working with Objects in PHP 5. The author defines Objects, Classes, Properties and Methods among several other topics. This author gives you the basis to use PHP 5.
Type : PHP Tutorials
Level : Beginner
Added : Sep 29, 2006
Rating :




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




Introduction to Procedural Programming
We'll start of with if
Here is the basic usage of it
variable would be something like $variable
Type : PHP Tutorials
Level : Beginner
Added : Oct 19, 2006
Rating :







