insert co-ordinates into database fields |
4/9/2023 06:56:55 | |
| 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, |
|
|
|
Sergey Kornilov 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 |