ExcalibursZone
Programmer
This is the purpose of my question. My ISP allows me to use PHP, however, I am not able to write to disk on their server using PHP (obviously a security risk if implemented incorrectly). I would like to create a simple guest book that would allow me to save the entries to disk. I am running PHP at home and would like to find out if my server (my box) is running when someone wants to access the guestbook. If my server is up, I would like to display the fully functional guestbook. If my server is down, I would like to instead display a page that informs the visitor that the server is down.
Any help would be great.
Any help would be great.