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 Quote 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) Quote 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'); Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.