Page 1 of 1

Inhibate the errors messages...

Posted: Sun Jul 17, 2005 11:16 am
by Sacapuss
Hi !

Could you remind me the way to, in Php, inhibate the error messages, please ?

Thanx for your help !

Posted: Sun Jul 17, 2005 11:21 am
by nielsene
Put an "@" before the function call. Or modifiy php.ini to turn display_errors off, or raise the level of error reporting.

Thanx for your help, nielsene !

Posted: Tue Jul 19, 2005 7:01 pm
by Sacapuss
Thanx for your help, nielsene !