sonikrishnakanth Posted September 23, 2006 Share Posted September 23, 2006 Hello folks .. i m new to php . i ve written some script which requires mysql connection .. when i m including the mysql_connect() i m left with the script going blank or stopping its execution at that line ... i m also not getting if there is any error occured ... please help me how to solve this ..i m unable to get the errors on to the screen.. i ve even set the error_reporting to E_ALL both in php.ini and my script .. is there ny way to solve this ,.,..waiting for your valuable replies .. Link to comment https://forums.phpfreaks.com/topic/21769-unable-to-display-the-errors-on-to-the-screen/ Share on other sites More sharing options...
shoz Posted September 23, 2006 Share Posted September 23, 2006 Put the following in a .htaccess file.[code]php_flag display_errors onphp_flag display_startup_errors onphp_value error_reporting 2047[/code]http://www.php.net/manual/en/function.error-reporting.php#54110 Link to comment https://forums.phpfreaks.com/topic/21769-unable-to-display-the-errors-on-to-the-screen/#findComment-97223 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.