CodeIgniter Forums
Save coordinate from html 5 geolocation - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Save coordinate from html 5 geolocation (/showthread.php?tid=75895)



Save coordinate from html 5 geolocation - kelapamuda - 03-27-2020

I want to save user location when he login. The location is already shown latitude and longitude based on here https://www.w3schools.com/html/html5_geolocation.asp

But how to save long and lat from a user  into mysql?
Already google but not found suitable solution yet. 
Thanks


RE: Save coordinate from html 5 geolocation - jreklund - 03-27-2020

You will need to use something called AJAX and send it to your server.