Ever wondered how to debug your php scripts by displaying any error messages being thrown by directing (echoing) error messages to the browser?
error_reporting(E_ALL);
ini_set("display_errors", 1);
Ever wondered how to debug your php scripts by displaying any error messages being thrown by directing (echoing) error messages to the browser?
error_reporting(E_ALL);
ini_set("display_errors", 1);






No Comments Yet - be the First!