Re: form handling

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I'm thinking that Chris means that he has a 'page' designed that utilizes 
two form tags for functionally different sets of input fields.  The answer 
Chris is that a page can have many forms and whether or not they trigger the 
same script upon submit or not doesn't matter.  Go ahead!

My sample html:

blah
blah
head
script
/script
style
/style
/head
body
form
inputs
/form
blah
blah
form
inputs
/form
/body
/html

If the two forms call the same script that's fine.  If not, that will work 
too.  Just realize that the inputs from one form will NOT be returned to the 
script when the submit is used from the other form. 



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux