PHP and Form names
Posted: Mon Dec 20, 2004 10:48 am
Hello,
Is it possible to use the form name as a variable in php?
Something like:
echo "\n<form name=\"myform\" action=\"./index.php?test=1\" method=\"POST\">";
Now how can I read the name of the form with php
I was hoping for something like $_POST['formname'] but does not work.
Thanks.
Is it possible to use the form name as a variable in php?
Something like:
echo "\n<form name=\"myform\" action=\"./index.php?test=1\" method=\"POST\">";
Now how can I read the name of the form with php
I was hoping for something like $_POST['formname'] but does not work.
Thanks.