How to get x y coordinates of an image in PHP?
I have an image
$image = images/abc.png;
how to get the coordinates of the image using PHP.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming you mean width and height you would do:
EDIT: if you want to know where an image is on the screen that is not a job for PHP but for a client-side language, like JavaScript