mitchell
11-12-2007, 05:06 PM
i have this on a page so when i click on the map(php generated) it gives its x and y co-ordinates, and when i click on the image th x and y co-ord dosnt show but still acts like a link , i think its becouse its a php generated image how can i make this work?
<?php
echo "X=$place_x, Y=$place_y ";
?>
<form action='' method=post>
<BR>
<input type="image" alt=' Find coordinates of a player' src="map.php" name="place" style=cursor:help;/>
</form>
<?php
echo "X=$place_x, Y=$place_y ";
?>
<form action='' method=post>
<BR>
<input type="image" alt=' Find coordinates of a player' src="map.php" name="place" style=cursor:help;/>
</form>