Chapter 11. Working with Forms


Until now, the PHP examples in this book have been missing a crucial dimension. Sure, you know the basics, can set variables and arrays, create and call functions, and work with strings. But that's all meaningless if users can't interact in a meaningful way with your website. HTML forms are the principal means by which substantial amounts of information pass from the user to the server, so in this chapter we move into this dimension and look at strategies for acquiring and working with user input.

In this chapter, you will learn

  • How to access information from form fields

  • How to work with form elements that allow multiple selections

  • How to create a single document that contains both an HTML form and the PHP code that handles its submission

  • How to save state with hidden fields

  • How to redirect the user to a new page

  • How to build HTML forms and PHP code that send mail

  • How to build HTML forms that upload files and write the PHP code to handle the uploads




Sams Teach Yourself PHP, MySQL And Apache All in One
Sams Teach Yourself PHP, MySQL and Apache All in One (3rd Edition)
ISBN: 0672328739
EAN: 2147483647
Year: 2004
Pages: 327

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net