Search results

  1. Q

    The Ctrl+V game

    #youcantseeme{color: white;text-align:center;position: absolute;width: 25%;left: 75%;Top: 650%;margin-left: -13%;background:#282828;padding:5px 5px; border-radius: 20px;-moz-border-radius: 20px; /* Firefox 3.6 and earlier */}:o
  2. Q

    PHP - Data updated on the same page without reloading

    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...
  3. Q

    PHP - Data updated on the same page without reloading

    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...
Top