Re: [PHP] check server status...please help

2005-01-27 Thread Tom
Sarcasm was also my first thought on this one, then I thought I'd tell the world how I handle it ! For one of my sites there are two solutions implemented to two situations (that's two solutions in total, not four :)). 1) User is already in site, and makes another request. Load up a very small

Re: [PHP] check server status...please help

2005-01-26 Thread Marek
> I want to write a script that will check if the server is down if it is I > want to redirect the user to another site, the backup server. > > Similarly I want users who go on to the seondary site when the main server > is UP to be redirected to the main site. > > Can this be done using PHP. If no

Re: [PHP] check server status...please help

2005-01-26 Thread John Nichel
Ross Hulford wrote: I want to write a script that will check if the server is down if it is I want to redirect the user to another site, the backup server. If I go to http://www.yoursite.com and yoursite.com is down, how is it going to redirect me somewhere else? -- John C. Nichel ÜberGeek KegWo

RE: [PHP] check server status...please help

2005-01-26 Thread Jay Blanchard
[snip] I want to write a script that will check if the server is down if it is I want to redirect the user to another site, the backup server. Similarly I want users who go on to the seondary site when the main server is UP to be redirected to the main site. Can this be done using PHP. If not c

[PHP] check server status...please help

2005-01-26 Thread Ross Hulford
I want to write a script that will check if the server is down if it is I want to redirect the user to another site, the backup server. Similarly I want users who go on to the seondary site when the main server is UP to be redirected to the main site. Can this be done using PHP. If not can you