[PHP] image submit buttons

2002-11-04 Thread John Meyer
(isset($_POST[Submit])) is this the way to check a submission image to see if it's been set? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] image submit buttons

2002-11-04 Thread John W. Holmes
(isset($_POST[Submit])) is this the way to check a submission image to see if it's been set? Nope. Try the manual: IMAGE SUBMIT variable names When submitting a form, it is possible to use an image instead of the standard submit button with a tag like: input type=image src=image.gif