|
Basic PHP Form Processing
|
Other links at PHP > Tutorials > Form Processing |
| 1. |
TWT contact form
|
|
|
Use this contact form to let visitors email your without giving away your email address, them spam bots wont get it hehe
|
| 2. |
Uploading Multiple Files with PHP
|
|
|
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.
|
| 3. |
Form and Spelling Validation
|
|
|
Most dynamic web sites rely heavily on forms. From user authentication to entry of news items, we use forms to accept user input. There are many different ways we can validate data from the user. In this tutorial, we will examine several of the more common items that need validation and provide examples for each. We will also explore how to check documents for misspelled words and suggest proper replacements.
|
| 4. |
Form Over Substance - Part One
|
|
|
PHP has built in functionality for dealing with HTML forms. This tutorial shows you how to tap into these powerful features.
|
| 5. |
Simple File Uploading
|
|
|
Wouldnt 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.
|
|
|