Posts by Ricardo Copano • 59 points
2 posts
-
-1
votes2
answers769
viewsA: Geolocation + Ajax + PHP - what am I doing wrong?
I found why I wasn’t sending data. Follow the full code and working. <html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.3/jquery.min.js"></script>…
-
6
votes2
answers769
viewsQ: Geolocation + Ajax + PHP - what am I doing wrong?
<body> <script type='text/javascript'> var lati = ''; var long = ''; var cidade = ''; var estado = ''; var pais = ''; var dadosajax = '';…