|
Dynamically create forms using PHP
|
Other links at PHP > Tutorials > Form Processing |
| 1. |
Simple Contact Form
|
|
|
Use this simple tutorial to learn how to create contact forms easily. All lines are commented and explained. This simple method uses Mail() Function.
|
| 2. |
The form validation tutorial with php and java
|
|
|
Form validation the process that occurs after the user clicks the submit button and before the form data processed by a PHP, JAVA or CGI program. In this tutorial, youll learn how to intercept the submission and pass the form data through one validation tests. At the end of this tutorial, you¡äll have a complete form validation framework in php wich can be seemless integerate in existing web applications.
|
| 4. |
Passing Variables with Forms
|
|
|
This short tutorial will show you how to pass a variable through 2 pages. It can be used, for instance, to verify information from a form submission.
|
| 5. |
Creating a PHP form
|
|
|
This tutorial teaches you the basic structure of creating PHP form processing. To many this can be a challenging task, so here is how its done. Complete code presented.
|
|
|