Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
IN THIS CHAPTERUnderstanding HTML forms Submitting data via forms Self-submitting forms Editing data with an HTML form |
Form handling is one of PHP's very best features. The combination of HTML to construct a data-input form, PHP to handle the data, and a database server to store the data lies at the heart of all kinds of supremely useful web tasks.