I have a question regarding a PHP script that can:
1- Detects any GPS device even built-in on a smartphone.
2- Retrieve Location data from the GPS.
3- Display the data (Latitude, Lonitude, Altitude.)
Thanks.
PHP and GPS question
Moderator: General Moderators
Re: PHP and GPS question
PHP cannot do it. JavaScript can do some of it but only if it's granted access by the user.
-
pryomancer
- Forum Newbie
- Posts: 3
- Joined: Fri Nov 05, 2010 11:41 am
- Location: England
Re: PHP and GPS question
You'd need a higer level programming language like python/c++/java etc.