Page 1 of 1

I need a sure-fire way to refresh a PHP page with POST vars

Posted: Sat Jul 10, 2004 4:53 pm
by euphorian
Hi, I'm writing a flood control script for a game server.
When the game opens I'm sure theres going to be a few hundred registrations coming in at once.

I need a way to refresh a PHP page every 5 seconds until an if statement clears.

hmm

Posted: Sat Jul 10, 2004 5:10 pm
by fresh
could you use meta tags??

Posted: Sun Jul 11, 2004 3:58 am
by kettle_drum
You might just end up DoSing yourself though if you expect that many connections at once and you keep telling them to reload the page every 5 seconds.