Learning Resources
Forms
One of the most powerful features of PHP is the way it handles HTML forms. The basic concept that is important to understand is that any form element will automatically be available to your PHP scripts. Please read the manual section on Variables from external sources for more information and examples on using forms with PHP.
It includes the following topics -
- Forms Basics
- Create a Basic Form
- Input control or “control”
- Receiving Form Data
- Variables From External Sources
- Image Submission