Click to See Complete Forum and Search --> : Intermittent PHP support


gizmo
11-06-2003, 02:43 PM
One of the websites that I maintain is hosted by a 'cheap' ISP (not my choice) and I have noticed that although it supports PHP, there are some days when it is not available. There are two forms on the site each serviced by a PHP script. When PHP support is not available, one form gives a 'successfully sent' message when in fact it hasn't been and the other just displays the PHP code along with e-mail addresses and stuff I'd prefer to keep hidden. Is there anything I can do to prevent this (until the ISP is changed)?

pyro
11-06-2003, 03:20 PM
As far as the server choosing to display the code, I doubt it. You could probably fix the other one by checking if the mail sent, and if so, then print the "sucessfully sent" mesage.