|
Posted by Paul Furman on 04/06/06 22:32
R. Rajesh Jeba Anbiah wrote:
> Paul Furman wrote:
>
>>Paul Furman wrote:
>>
>>
>>>What is the proper way to turn off error reporting? I'm on a shared
>>>server so...
>
> <snip>
>
>>OK so I just inserted this line:
>>ini_set (display_errors, 0)
>>
>>However I still get mySQL syntax errors, the most obvious problem before
>>was with database connection errors when the database server went down
>>for maintenance so this concerns me. I'm not sure if that was SQL or PHP
>>error messages. Can I turn off mySQL errors?
>
>
> What is the error message?
Late reply, any SQL problem I think, recently there was a syntax error
due to an unescaped quote, before the database server (separate machine)
was down for a minute & it reported that problem although that might
have been php, not mysql.
[Back to original message]
|