Display php errors

//display all the php errors ini_set('display_startup_errors',1); ini_set('display_errors',1); error_reporting(-1); error_reporting(E_ALL);

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.