Posted by cluthz on 04/22/07 18:19
Hi there,
Further to a previous positing I need to disable error notifications on a
shared server in the php.ini file.
I know I can achieve this within a particular script using
error_reporting(E_ALL ^ E_NOTICE);
but lets say I want to change the php.ini file so that is always has this
value and notices are suppressed.
How, on a Windows server box with shared hosting do I change the php.ini
value so I do not need to write the above line into each script.
Thanks in advance.
Navigation:
[Reply to this message]
|