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

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
euphorian
Forum Newbie
Posts: 3
Joined: Sat Jul 10, 2004 12:37 am

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

Post 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.
User avatar
fresh
Forum Contributor
Posts: 259
Joined: Mon Jun 14, 2004 10:39 am
Location: Amerika

hmm

Post by fresh »

could you use meta tags??
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post 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.
Post Reply