Ok, two forms that submit to the same page. Is there a way (on the
receiving page) to know which form info came from??
I tried to give the submit buttons different names but doesn't work.
Like that:
if($HTTP_POST_V ARS[submit] = 'monday')
{
echo "from monday";
}
Any thoughts??
=============== ============
Cleibe Souza
receiving page) to know which form info came from??
I tried to give the submit buttons different names but doesn't work.
Like that:
if($HTTP_POST_V ARS[submit] = 'monday')
{
echo "from monday";
}
Any thoughts??
=============== ============
Cleibe Souza
Comment