Teri
09-17-2008, 10:58 AM
I have looked and looked for this answer to the point that eveything is getting blurry.
I DO NOT want php errors to appear on the web page. I have set my php.ini to not show them:
display_errors = off
display_startup_errors = Off
php.ini is in my public_html directory.
What am I doing wrong?
Presently I make a php call to Houston, tx and their servers (obviously) are out of service. They're coming back online in an off and on situation because of sporadic power. As a result, I'm getting errors that I obviously don't want seen when the page loads.
I DO NOT want php errors to appear on the web page. I have set my php.ini to not show them:
display_errors = off
display_startup_errors = Off
php.ini is in my public_html directory.
What am I doing wrong?
Presently I make a php call to Houston, tx and their servers (obviously) are out of service. They're coming back online in an off and on situation because of sporadic power. As a result, I'm getting errors that I obviously don't want seen when the page loads.