Hi there, can anyone please offer me some information or documentation on how I can use to set_error_handler function in php 4.0.1 to write my own error handling routines - Id love to write my own error message for max_file_size errors instead of seeing the php generated error message - or the ugly alternative of turning error reporting off
Thanks in advance
Paul
check out the functions:
error_log and error_reporting, I think this is what you're looking for.
error_reporting will allow you to set which errors are reported.