php-general | 2003022
Date: 02/28/03
- Next message: Jim Long: "[PHP] strip comma from $value"
- Previous message: Beauford.2002: "Re: [PHP] Sorting a file"
- In reply to: Minghua Yao: "[PHP] Any function that gives the coordinates of the cursor?"
- Next in thread: 1LT John W. Holmes: "Re: [PHP] Any function that gives the coordinates of the cursor?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
A basic html input command using an image will enable you to send the
coordinates of the mouse to the next script.
<input type=image src=image.jpg name=coordinate>
your x,y variables will become $coordinate_x,$coordinate_y
----- Original Message -----
From: "Minghua Yao" <myao <email protected>>
To: <php-general <email protected>>
Sent: Friday, February 28, 2003 8:59 AM
Subject: [PHP] Any function that gives the coordinates of the cursor?
> Hi, all,
>
> Are there any functions in PHP which can give us the coordinates of the
cursor when we click the mouse?
> Thanks for the replys.
>
> Minghua
>
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Jim Long: "[PHP] strip comma from $value"
- Previous message: Beauford.2002: "Re: [PHP] Sorting a file"
- In reply to: Minghua Yao: "[PHP] Any function that gives the coordinates of the cursor?"
- Next in thread: 1LT John W. Holmes: "Re: [PHP] Any function that gives the coordinates of the cursor?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

