How can i turn off error reporting in my php scripts?
error_reporting(0); seems not to be working on aletia host...
maybe i have to use htaccess? but how?
This is a discussion on turn off error reporting in the script? in the Shared & Semi-Dedicated forum
How can i turn off error reporting in my php scripts?
error_reporting(0); seems not to be working on aletia host...
maybe i have to use ...
How can i turn off error reporting in my php scripts?
error_reporting(0); seems not to be working on aletia host...
maybe i have to use htaccess? but how?
just a signature...
strange that it doesn't work, maybe a server configuration thing? The other thing you can do is suppress error reporting in individual functions with '@' as a last resort, I suppose.
for example:
PHP Code:if @mysql_query($query) {
// put code here ....
}
- Julie
Student / Web Developer
try this:
ini_set ('error_reporting', 0);
------------------------------------------------------------------------------------------------
http://www.dkanet.com - http://www.vi01.com
http://www.dkahost.com
------------------------------------------------------------------------------------------------
AIM: dkadave - YIM: dkadave
E-mail: dkanet@dkanet.com
------------------------------------------------------------------------------------------------
Copyright © 2011 JaguarPC.com
Bookmarks