Chris írta:
Pintér Tibor wrote:
@, or ask your hoster to disable display_errors
That can be done in the script ;)
ini_set('display_errors', false);
Sure it can, but its a lame host that enables displaying of errors by
default, thats why I advised to ask them to disable it globally :)
btw: Although display_errors may be set at runtime (with *ini_set()*
<http://hu.php.net/manual/hu/function.ini-set.php>), it won't have any
affect if the script has fatal errors. This is because the desired
runtime action does not get executed.
t
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php