I want to know how I can show a image in a specific point – for example (55,125)– in php?
Also, how can I get scene resolution in php?
I want to know how I can show a image in a specific point
Share
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.
Do it Javascript, PHP is on the server and the screen is on the client. You may use ajax, create a DIV at the point where you want the image and then populate the same using Ajax call to your php script. Refer here to know how to get screen details using javascript.
Alternatively, you can:
Though some would consider this as not a good approach.