[PHP] usmap won't do it, ismap won't do it. What can I do?

2004-09-01 Thread Btew
I need a php server side image map script. Or rather a script that will examine x,y coords and determine if they could fall within any of a number of area polygon or rect tags. Any help much appreciated. --- [EMAIL PROTECTED] Ben

Re: [PHP] usmap won't do it, ismap won't do it. What can I do?

2004-09-01 Thread John Holmes
From: Btew [EMAIL PROTECTED] I need a php server side image map script. Or rather a script that will examine x,y coords and determine if they could fall within any of a number of area polygon or rect tags. input type=image name=myimage src=map.jpg Then you'll have $_REQUEST['myimage_x'] and

Re: [PHP] usmap won't do it, ismap won't do it. What can I do?

2004-09-01 Thread John Holmes
From: Ben Tew [EMAIL PROTECTED] So what I essentially need is a PHP client side image map script, because the final data will go to other PHP scripts. No, what you need is a client side image map which is unrelated to PHP. People actually use image maps? Do you really think you're hiding the URL

Re: [PHP] usmap won't do it, ismap won't do it. What can I do?

2004-09-01 Thread Ben Tew
On Wed, 1 Sep 2004 13:28:24 -0400 John Holmes [EMAIL PROTECTED] wrote: From: Btew [EMAIL PROTECTED] I need a php server side image map script. Or rather a script that will examine x,y coords and determine if they could fall within any of a number of area polygon or rect tags. input type=image