a question for php gurus
ok, so i needed to make a few very important pages in "php" on a few websites.
then something happens on the server, maybe mySQL can't connect or the mySQL datatbase gets corrupted somehow.
and then this very important web page does not load.
is there a general setting in php that makes it tolerant of failure?
what i'm asking is---is there a way to configure it on the server so the php page will always load no matter what happens.
any advice appreciated!
|