wrote:
> I'm not even sure if PHP is the correct tool to do this for...but I'm
> wondering how difficult it would be to write something for my webpage
> that just tells if my file server is up or down (assuming either they
> are on the same network, or the server had a static IP).
Use PHP to ping it. If there's no response within 100ms, it's down.
Carl