When executing a PHP page through browser , we will just get the output but not the errors in code.
how can i view the errors occurred by the code in the backend??>
ini_set('display_errors', 1); error_reporting(E_ALL ^ E_NOTICE);