Michael Bradley-Robbins wrote:
For some reason, when I do something wrong with my code (PHP 5.0.3), it displays nothing, instead of "parse error", "fatal error", "syntax error", etc. Is there anything wrong with PHP's installation?
I'm running apache 2.0 on Windows XP
Open php.ini and edit it to make sure that the "display_errors" setting is "On"
display_errors = On
Then restart apache
Cheers,
Brad Kowalczyk www.ibiscode.com