Logo name

Practical PHP Programming:HTML forms

From IpbWiki

  • Currently1.00/5
Jump to: navigation, search

PHP was originally designed for use on the Internet, and although you can now use it for command-line apps and GUIs, its main purpose remains working on the web. When it comes to the web, HTML has ruled unchallenged for some years now as the de facto standard for displaying information, even more so now that WAP usage has evaporated. This means that if you want to write a front-end for your PHP web applications, you need to understand HTML.

Topics covered in this chapter are:

  • Form design using HTML
  • Sending and receiving form data with PHP
  • Splitting forms across pages
  • Validating input


Chapter contents


Next: Practical_PHP_Programming:Designing a form

This page was last modified on 17 October 2006, at 12:06.  This page has been accessed 2,343 times.  Content is available under GNU Free Documentation License 1.2Disclaimers