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

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

Reply via email to