it can be dangerous , the logs and errors not suppose to show to simple people so use it in right way
ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
add these at top of your php file.
it can be dangerous , the logs and errors not suppose to show to simple people so use it in right way
ini_set('display_errors', 1); ini_set('display_startup_errors', 1); error_reporting(E_ALL);
add these at top of your php file.