Form Handling
We are going to be working with the $_Post or $_Get arrays. They basically tell the form if i needs to post something, or get something. In this case we are going to be showing you the basics of a contact email form, so we will be using the $_Post array.
Type : PHP Tutorials
Level : Beginner
Added : Feb 19, 2007
Rating :




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




Download Counter with Apache and PHP
Info: Collect statistics on the popularity of your downloads with Apache's mod_rewrite and PHP. Some sites present you an URI like Example.com, which is less than perfect. Being a Windows user (well sometimes) I expect that when I add a file to my download manager I'll see the filename in the list...
Type : PHP Tutorials
Level : Beginner
Added : May 27, 2005
Rating :




PHP News CMS
Editor's Pick in Web Programming, April 2006
Check out this great tutorial to find out all the details of Content Management Systems (CMS). Everything you need to know is right here.
Type : PHP Tutorials
Level : All levels
Added : Apr 21, 2006
Rating :




E-mail form using HTML and PHP
Sometimes it's a nice touch to include an e-mail feedback form on your contact page or elsewhere on your web site. Let's create an e-mail form using html and a simple php script to send it along.
Type : PHP Tutorials
Level : Beginner
Added : Dec 09, 2008
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 :




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




Date Function
Learn how people use the date function in there php coding.
Type : PHP Tutorials
Level : Beginner
Added : Dec 19, 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 :




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







