I have two forms on the same page. I need each form to go to two different php scripts within the same document. Please help.
this could work..
$PHP_SELF?func=1 and $PHP_SELF?func=2
if($func=1) { do this } if($func=2) { do that }