Hi,
I'm trying to not show the user a php error and have tried the following:
error_reporting(0); (may not be the best idea)
error_reporting(E_ERROR);
to remove a warning type error and it doesn't seem to work.
The php version is 4.3.2
display_errors is set to on
Anyone know why this doesn't seem to work for me?
Thanks,
Dave