Posted by oeb on 01/26/06 19:17
paul@paullee.com wrote:
> I think I've found what I'm looking for, something like...:
>
> <form action="getCoords.php" method="post">
> <input type="image" src="getWorldMap.php" name="worldmap" />
> </form>
>
> and then in getCoords.php I can just get worldmap_x and _y
>
> Shame I can't try it out right now though....
>
They are passed as get variables. You will see them in your request string.
Navigation:
[Reply to this message]
|