Re: Can I get the form name from $_POST?



kenoli wrote:
This is timely for me as well. I was trying to figure out how to
process diferent groups of form imput and discovered that form names
are not sent via the $_POST variable. Your way of coding this is a
good solution. I presume when using multiple forms like this, a
submit in a given form only sends data from the input fields in that
form rather than from all the forms on the page. Is this true?

Only the form data is sent to which the submit button belongs to.

--

//Aho
.


Quantcast