spdwrench Posted August 7, 2007 Share Posted August 7, 2007 Is there a command to turn on error outputs to the screen within the php code? I believe I saw this somewhere before but cant remember or find it right this second.. thanks Paul Link to comment https://forums.phpfreaks.com/topic/63776-solved-can-i-turn-on-error-display-within-a-php-page/ Share on other sites More sharing options...
micah1701 Posted August 7, 2007 Share Posted August 7, 2007 theoretically http://us3.php.net/error_reporting (of course, it never works for me) Link to comment https://forums.phpfreaks.com/topic/63776-solved-can-i-turn-on-error-display-within-a-php-page/#findComment-317820 Share on other sites More sharing options...
wildteen88 Posted August 7, 2007 Share Posted August 7, 2007 theoretically http://us3.php.net/error_reporting (of course, it never works for me) You'll also want to run the following too: ini_set('display_errors', '1'); Link to comment https://forums.phpfreaks.com/topic/63776-solved-can-i-turn-on-error-display-within-a-php-page/#findComment-317963 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.