Hello,
Can anybody tell me how to get the parse error notices to tell me the correct line number? Errors are consistenly reported as being on "line 1" when in fact they are elswhere. I'm using this peice of code at the top of the file:
error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);
Can anybody help? It's tough trying to look for a parse error in a thousand-line file when you have no idea where it might be.
Thanks,
Robert Bloemeke