I want to have a page that uses a mySQL database for its information, let's just say its a 0 or 1
I want the page to auto refresh a div with the value 0 or 1 from the database at a specific interval.
But I would like anyone who is viewing the page to get the same information at the same time. So I would like the server to be in charge of the interval.
How could I do this?