[PHP] 2 Forms On 1 Page

2001-11-03 Thread Jeff Oien
If I have two forms on one page that both use the same script how do I get only the fields on one of the forms to be submitted? If that makes any sense. Jeff Oien -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL P

Re: [PHP] 2 Forms On 1 Page

2001-11-03 Thread Kurt Lieber
On Saturday 03 November 2001 11:28 am, you wrote: > If I have two forms on one page that both use the same script how > do I get only the fields on one of the forms to be submitted? If that > makes any sense. > Jeff Oien as long as you enclose each form within it's own set of ... tags and make s

RE: [PHP] 2 Forms On 1 Page

2001-11-03 Thread Jeff Oien
> On Saturday 03 November 2001 11:28 am, you wrote: > > If I have two forms on one page that both use the same script how > > do I get only the fields on one of the forms to be submitted? If that > > makes any sense. > > Jeff Oien > > as long as you enclose each form within it's own set of ... ta