insert co-ordinates into database fields |
4/9/2023 6:56:55 AM |
PHPRunner General questions | |
P
pmuckle authorDevClub member
Hello, navigator.geolocation.getCurrentPosition(showPosition); } function showPosition(position) { alert("Latitude: " + position.coords.latitude + " Longitude: " + position.coords.longitude); }`This works and the coordinates are shown in the dialog. |
|
![]() |
fhumanes 4/9/2023 |
Hi Pete, |
![]() |
Admin 4/10/2023 |
Check USING GEOLOCATION DATA IN YOUR WEB APPLICATION article. |
P
|
pmuckle authorDevClub member 4/13/2023 |
Thanks both, |
![]() |
fhumanes 4/13/2023 |