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 $_REQUEST['myimage_y'] as the coordinates that the user clicked.

---John Holmes...

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to