Re: [PHP] Unusual Form situation?

2002-02-27 Thread Sam Masiello
I assume that you are doing something like this for your image: input type=image src=path/to/image/image.gif border=0 name=myimage Given that, PHP gives you $myimage_x and $myimage_y which correspond to the X and Y coordinates that were clicked on the image from the user. So on the page that

RE: [PHP] Unusual Form situation?

2002-02-27 Thread SpyProductions Support Team
: Wednesday, February 27, 2002 1:48 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] Unusual Form situation? I assume that you are doing something like this for your image: input type=image src=path/to/image/image.gif border=0 name=myimage Given that, PHP gives you $myimage_x