Search results

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