I agree with JO, PHP has an exelent debugger system built in. Just
call this function at the begining of any file you wish to debug more
in depth (I personally include a common file in every file, which
calls this function): error_reporting (E_ALL);
E_ALL is a constant, /not/ a string, and should not have quotes.