Ott
14
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
Sorry, the comment form is closed at this time.