PHP and HTML Forms

From Techotopia
Revision as of 18:36, 5 June 2007 by Neil (Talk | contribs) (New page: In this chapter will create a simple HTML form to gether information form the user and then create a PHP script to process that data once it has been submitted by the user. This chapter as...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In this chapter will create a simple HTML form to gether information form the user and then create a PHP script to process that data once it has been submitted by the user. This chapter assumes an understanding of HTML forms. See the An Overview of HTML Forms chapter for a basic overview of this topic.