hi

is it posibile to have in a php script multiple forms and only one
submit button? if yes, how you "recover" the submited data?

ex:
<form method="POST" action=$REQUEST_URI name=form1>
bla bbla
</form>

<form method="POST" action=$REQUEST_URI name=form2>
bgf
</form>

<form method="POST" action=$REQUEST_URI name=form3>
gjhdf

<input type="submit" name = "test" value = "lala" >
</form>

tnx
--


  Marius Ursache (3563 || 3494)

                          \|/ ____ \|/
                          "@'/ ,. \`@"
                          /_| \__/ |_\
                             \__U_/



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

Reply via email to