Re: [PHP] Cycle through multiple servers....

2003-01-23 Thread Jason Wong
On Friday 24 January 2003 00:24, Christopher Ditty wrote: > Hello all. I have a few servers that I need to check during a login > process. If the first server fails to connect, then I need to do server #2 > and so on. Below is the code that I am using, but I am unable to get it to > work like it

[PHP] Cycle through multiple servers....

2003-01-23 Thread Christopher Ditty
Hello all. I have a few servers that I need to check during a login process. If the first server fails to connect, then I need to do server #2 and so on. Below is the code that I am using, but I am unable to get it to work like it should. Can anyone offer some advice on how this should be ac