I wonder how to you POST all forms with one submit (and without JS) ...

"Marius Ursache" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> 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