|
Posted by Lancer Emotion 16 on 02/01/05 22:09
Hi list,I have 2 forms :
<form name='form1' action='page.php' method='Post'>
</form>
<form name='form2' action='page.php method='Post''>
</form>
Now, in page.php is possible to do a switch of form name? Something like this :
Switch ($_POST['form'] {
'form1' : ...
'form2' : ...
}
If this is possible,i dont know how to call it, can you help me please?
Thanks in advance.
--
lancer emotion 16
Navigation:
[Reply to this message]
|