Page 1 of 1

PHP ERRORs

Posted: Mon Aug 22, 2005 2:19 pm
by nincha
how would i setup the php compiler not to display errors to browser?

Posted: Mon Aug 22, 2005 3:27 pm
by feyd
set display_errors to false/zero in php.ini (or .htaccess, if you have those rights)