Php Errors

windows

Guest
I have a php page that loads as a blank page. How can I re-enable my php errors so that I can see what the problem is?<!--content-->
Add the following commands to your .htaccess file in the folder containing the php script (or create an .htaccess file if none exists.)<br /><br />php_flag display_errors on <br />php_value error_reporting 7<!--content-->
 
Top