Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.


  • Create BookmarkCreate Bookmark
  • Create Note or TagCreate Note or Tag
  • DownloadDownload
  • PrintPrint
Share this Page URL
Help

CHAPTER 13: Creating and Using Forms

CHAPTER 13

Creating and Using Forms

To create a fully functional web application, you need to be able to interact with your users. The common way to receive information from web users is through a form. Forms have evolved to be quite all-encompassing. Over time, savvy web developers have taken the elements available to them through the form interface and figured out ways to accomplish pretty much any goal.

On the surface, web forms are merely Hypertext Markup Language (HTML) elements. The way that the elements are processed, however, relies on the processing script that will take care of the elements. PHP 5 is built so that it seamlessly integrates with form elements. Over the past few versions of PHP, its methodology for dealing with form information has gradually evolved and is now quite robust.


  

You are currently reading a PREVIEW of this book.

                                                                                        

Get instant access to over
$1 million worth of books and videos.

  

Start a Free Trial


 Â