Cerberus Informatica

Debugging script PHP

Aggiungere all’inizio dello script

/* DEBUG
error_reporting(E_ALL | E_STRICT);
ini_set(‘display_errors’, 1);
*/

Decommentare / Commentare per attivare l’echo di tutti i messaggi di errore e dei warnings

Exit mobile version