I currently have php website that I want to be able to find the users current location and then pass that through the url in a format similar to:
page.php?lon=2312313&lat=sdfsdsf
Any ideas on how I can do this?
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.
Nothing automatic (thank god). You’d be relying on the client to be able to interact with some local GPS device and provide position data. Heavily technology specific.