Alright, so I\'m having some issues on trying to find out how to pass some data that i have saved in localStorage over to a php script that I wrote, so I can then send that
You have code error
It should be oReq.onload = reqListener; oReq.open("get", "snap.php? lat="+localStorage.latitude+"&lon="+localStorage. lon, true); oReq.send();