Hi,
I have tried with these code:
error_reporting(E_ALL^E_NOTICE);
ini_set("display_startup_errors","on");
ini_set("track_errors","on");
ini_set("error_reporting","E_ALL^E_NOTICE");
But still errors are not appearing on my script.It just displaying only blank white screen when any error occur.Please guide me.