http://quostin.x10.mx/clone/ is the site. You would have to register and login though.
When you click north, it refreshes the div on the left (with image and text and location) You will noticed that the location doesn't move, but if you click again, it will show the location move, but it would...
I'm trying to show the same data, but updated right away. For example. I want to update my coords on a map and refresh a div to show the new data, but as the code now, it keeps the same data until I reload the page. Here is the code I have now.
if ($north){$ylocation = $users['y'] + 1;if...