> When a form is submitted using a standard SUBMIT button it is possible
> to catch this via php using if ($submit) but how do you catch this if
> you are using an image for submitting instead of the button?
>
> Any help would be greatly appreciated.
>
values of image_x and image_y will be set if you use a button.
Also be aware that if someone submits the form via keyboard none of these
maybe set.
You could use a hidden field containing the formname and look for that
HTH
M@
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]