Iam using php and MySQL on an Apache server. Whenever I have a parse error the apache server just sends me the following page
<html><body></body></html>
I need to start viewing the parse errors and the exception thrown during excecution, debugging has been hell for me these couple of days beacuse I can't see the errors.
I would really appreciate any help
Jorge Guzman