 | Send this page to a friend tutorial |
| A php tutorial/walkthrough that shows how to realize a useful feature like the one to send an url of your site via mail. |
| PHP Tutorials > Form Processing |
| |
 | Forms and responding to them (GET and POST) |
|
| PHP Tutorials > Form Processing |
| |
 | 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. |
| PHP Tutorials > Form Processing |
| |
 | Phorm Manager |
| In this part four of a series on HTML form handling with PHP, it explains how to create a powerful PHP form handler, called Phorm Manager. Topics include: Design goals, Internal data management, form validation, and more. Full source code available. |
| PHP Tutorials > Form Processing |
| |
 | Form Validation With PHP |
| This tutorial explains how to validate HTML form on server side using PHP plus client side form validation using Javascript to make your form more user friendly |
| PHP Tutorials > Form Processing |
| |
 | Form Processing with PHP 4 |
| This is a step-by-step introductory tutorial on form processing in PHP4. Each step is explained in detail, and covers field validation. |
| PHP Tutorials > Form Processing |
| |
 | PHP Email Form |
| Create a basic email form for your site with this script |
| PHP Tutorials > Form Processing |
| |
 | Doing Error Checking In Forms for bogus informatio |
|
| PHP Tutorials > Form Processing |
| |
 | POST/GET Form Variables |
| Using PHP array functions to view all of your POST/GET Variables make it easy for retrieving data from online forms. Its also great for debugging your codes. |
| PHP Tutorials > Form Processing |
| |
 | Working with forms in PHP |
| One of the most popular ways to make a web site interactive is the use of forms. With forms you can have users register for different things, submit any information you can imagine, upload files, and all types of other things. In this tutorial, we will go |
| PHP Tutorials > Form Processing |
| |
 | The Universal Web Form Processor |
| This article describes how to create a generic form processor in PHP. Discussion involves form elements, hidden fields, and more. Also covers the installation process of NuSphere MySQL, an integrated multi-platform distribution of Apache, Perl, PHP, and M |
| PHP Tutorials > Form Processing |
| |
 | Sending mail in PHP |
|
| PHP Tutorials > Form Processing |
| |
 | Multi-page Forms with PHP |
| This article will touch on two skills in the interface between PHP and HTML forms, specifically in working with hidden fields, and as a bonus, in passing arrays in an HTML form. |
| PHP Tutorials > Form Processing |
| |
 | Email |
| This is an illustration of how to send email through PHP. I did not create a function because I feel mail() is already a wrapper all by itself. I left the first parameter empty because I feel that the "to row" is not any more important than any other row |
| PHP Tutorials > Form Processing |
| |
 | A very simlpe form to mail script |
| This is a very simlpe form to mail script. I did it to teach my team how to send mails You can tweak it to send * Plain Text Mail * Formatted Html Mail Just go thru the script it is very simple and self explaining. |
| PHP Tutorials > Form Processing |
| |
 | Part II: recieving the message |
|
| PHP Tutorials > Form Processing |
| |
 | Basic PHP Form Processing |
| Learn how to create an HTML form and how to program a simple PHP page to process the information of that HTML form. A basic knowledge of HTML will make this tutorial easier. |
| PHP Tutorials > Form Processing |
| |
 | Parsing Forms With PHP and Sending E-Mail |
| Another very good, and very easy way to use PHP to do something that is more complicated in other languages is form processing and sending e-mail. PHP makes it easy for even the most neolithic of us. This two-page tutorial shows you how. |
| PHP Tutorials > Form Processing |
| |
 | Easy Form Processing |
| Learn the basics of form processing here, it will teach you to create the form and how to extract data from it then display it on screen. You can follow this up with learning how to insert submitted data into a database from another tutorial. |
| PHP Tutorials > Form Processing |
| |
 | Bs_FormItAble |
| Make your PHP objects editable on the fly using web forms. |
| PHP Tutorials > Form Processing |
| |