Quote:
Originally Posted by sarettah
Put the command: error_reporting[E_ALL]; at the very top of the program, once you have all the errors debugged then change it to error_reorting[0]; anytime you neeed to debug change it back to E_ALL . E_ALL tells it to show you all errors no matter how small. A beginner should NOT be ignoring any errors.
.
|
man, I fucked that up.
the command is error_reporting(E_ALL);
damn.
.