|
|
|
| In depth tutorial focusing on the basics of processing a contact form. Includes necessary error checking and clear, simple explanations of all the code. Part 1 can also be found on the site which features the creation of the form itself in HTML |
|
|
|
| Hits:
206 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Dec-31-2005 |
|
|
|
|
|
| In this tutorial you will learn how to make a mail form in PHP. |
|
|
|
| Hits:
129 |
|
| Ratings:
0.00 |
|
 |
|
|
|
|
|    Date Added: Nov-03-2005 |
|
|
|
|
|
| This article tells you how to pass variables to a PHP page using the query string, and how to access them from that page. Have you ever seen a URL which looked like "www.example.com/pag e.php?mode=1&style=re d"? Well, this page is being passed variables and their values through the query string, here the variables "mode" and "style" are being passed, with values "1" and "red" respectively. The question mark indicates the start of the query string and the ampersand, &, symbol seperates variable=value assignments. |
|
|
|
| Hits:
728 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jul-29-2005 |
|
|
|
|
|
| This tutorial shows how to handle multiple files upload with PHP. Intended for beginners, we will be building an upload script from the ground up. |
|
|
|
| Hits:
920 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jul-11-2005 |
|
|
|
|
|
| Wouldn't it be great if you could let users add files for download on your site? Fortunately, PHP provides great functions to allow file uploading via a web browser. This tutorial is intended for those who are new to File Uploading with PHP. |
|
|
|
| Hits:
449 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Aug-27-2005 |
|
|
|
|
|
| This tutorial will teach you the basics of form processing. That is passing data from one page to another and then displaying it on screen. Very good for those that are just getting starting in PHP coding. |
|
|
|
| Hits:
559 |
|
| Ratings:
1.00 |
|
 |
|
|
|
|
|    Date Added: Aug-30-2005 |
|
|
|
|
|
| Use this simple tutorial to learn how to create contact forms easily. All lines are commented and explained. This simple method uses Mail() Function. |
|
|
|
| Hits:
934 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Aug-04-2005 |
|
|
|
|
|
| Use this contact form to let visitors email your without giving away your email address, them spam bots wont get it hehe |
|
|
|
| Hits:
446 |
|
| Ratings:
5.00 |
|
 |
|
|
|
|
|    Date Added: Jul-01-2005 |
|
|
|
|
|
| Ok, suppose your user has to enter something for your site, mabye you have a quote database, and a user has about 5 quotes they want to add, but you only have one input box on your site, and that user isnt going to sit there re-entering stuff 5 times over and over. So what are we to do? Were going to put in some php code that will add as many input boxes as the user wants. To do this we need a do/while loop (you can use a For loop, but I prefer the do/while). Heres what we do: |
|
|
|
| Hits:
468 |
|
| Ratings:
1.00 |
|
 |
|
|
|
|
|    Date Added: Jul-08-2005 |
|
|
|
|
|
| This tutorial will show you how to make a form, add error checking, send it by email, and refresh a page when i person clicks submit. |
|
|
|
| Hits:
905 |
|
| Ratings:
3.80 |
|
 |
|
|
|
|
|    Date Added: Jul-27-2005 |
|
|
|
|
|