RE: [PHP] get the clicked submit image

2002-01-30 Thread Johnson, Kirk
http://www.php.net/manual/en/faq.html.php#AEN76234 Kirk > -Original Message- > From: Ergin Aytac [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 30, 2002 6:13 AM > To: [EMAIL PROTECTED] > Subject: [PHP] get the clicked submit image > > > I have a form

[PHP] get the clicked submit image

2002-01-30 Thread Ergin Aytac
I have a form-page with several image-submit buttons. how can I know which image is clicked? It's not allowed to use java-script or any client-side "make the life easy"-scripts. I get two vars per image with the clicked point values on the image like image1.x, image1.y and so on. How can I g