How do I get PHP to show more specific errors?
Posted: Fri Jun 06, 2003 11:59 am
When my php pages do not work, all that happens is nothing. It just says "Done" in the status bar. I don't get any error message.
I have error_reporting = E_ALL in my php.ini file.
How do I get more specific errors. When I'm doing something wrong, I have to go line by line looking for mistakes. I'd love to be able to know what line it's having a problem with.
I'm using PHP 4.3 on WinXP Pro. as my testing machine.
Any help would be appreciated.
I have error_reporting = E_ALL in my php.ini file.
How do I get more specific errors. When I'm doing something wrong, I have to go line by line looking for mistakes. I'd love to be able to know what line it's having a problem with.
I'm using PHP 4.3 on WinXP Pro. as my testing machine.
Any help would be appreciated.