Difference between revisions of "PHP and HTML Forms"
From Techotopia
(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...) |
(No difference)
|
Revision as of 18:36, 5 June 2007
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.


