Posted by Ian on 11/25/05 04:57
Japhy wrote:
> Thanks for your advice. I'll look this up, but in case I can't find
> it....How do I get the value of the submit
> button in my form handling script. IE : FormA.php, when submitted,
> posts to FormHandler.php (this is where I do my
> validation and DB insert or set.
> TIA
>
$_POST[<button name>] = <button value>
Where name and value are attributes of the button input.
Ian
Navigation:
[Reply to this message]
|