RE: [PHP] Detecting an image form submission via PHP

2001-09-21 Thread Matt Williams
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

Re: [PHP] Detecting an image form submission via PHP

2001-09-21 Thread Michael van Bracht
- Original Message - From: Neil Freeman [EMAIL PROTECTED] To: PHP General [EMAIL PROTECTED] Sent: Friday, September 21, 2001 3:30 PM Subject: [PHP] Detecting an image form submission via PHP you could use a input type=hidden name=submit value=true in the form regards Michael --

Re: [PHP] Detecting an image form submission via PHP

2001-09-21 Thread Neil Freeman
OK cheers, that method seems to work ok. Thanks, Neil Michael van Bracht wrote: - Original Message - From: Neil Freeman [EMAIL PROTECTED] To: PHP General [EMAIL PROTECTED] Sent: Friday, September 21, 2001 3:30 PM Subject: [PHP] Detecting an image form submission via PHP you