Hi bodies,
I just wonder what is the code for checking if a button in form is clicked
supposed that the button name is : "post"
the php file is postFAQ.php how can you check if button "post" is clicked
thanks
Hi Hoang,
You can only check for the clciking of a submit button in a form, which is done by the usual name/value method. If the button is not a submit button, you must attempt to use another method to set a hidden element instead.
Regards,
David