chat box (auto reload)
Moderator: General Moderators
chat box (auto reload)
isnt there a way to make a page reload on the browser of everyone who is viewing it, every time a form is submitted/php file run?
I guess you mean that, if you update the form, the page gets updated if I'm looking at it in my browser.
I dont think that is possible. When you downloaded the page, its downloaded. Javascript is only clientside, so it cant see what happens on the server.
Judging for the shoice of topic, you might want to consider the html's META REFRESH or PHP's header() function, and update the page on an regular basis.
I dont think that is possible. When you downloaded the page, its downloaded. Javascript is only clientside, so it cant see what happens on the server.
Judging for the shoice of topic, you might want to consider the html's META REFRESH or PHP's header() function, and update the page on an regular basis.