<?PHP ini_set('display_errors',1); error_reporting(2047); $blah = $_SERVER['REQUEST_URI'].$echo; echo "Script continues even after a notice!"; ?>