Re: [PHP] Switch Form

2005-02-01 Thread Richard Lynch
Lancer Emotion 16 wrote: > > > > > > > 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? The NAME attribut

RE: [PHP] Switch Form

2005-02-01 Thread Jay Blanchard
[snip] Hi list,I have 2 forms : 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? [/snip] Do this... switch