Error handling
Posted: Tue Dec 09, 2008 11:39 am
I get this error;
Notice: Undefined offset: 4 in /nas/students/m/mcooke/unix/public_html/ebassignment/list.php on line 27
In some languages you can tell the PC to ignore certain types of error or not display any error message. Anyone know how to do this in PHP? The php files I have are fine but I just wont to hide the error message. Bad practice I know but I need a temporary fix.
Notice: Undefined offset: 4 in /nas/students/m/mcooke/unix/public_html/ebassignment/list.php on line 27
In some languages you can tell the PC to ignore certain types of error or not display any error message. Anyone know how to do this in PHP? The php files I have are fine but I just wont to hide the error message. Bad practice I know but I need a temporary fix.