Astuces - Codes - Tutoriaux - Vidéos pour le développeur
Protection des données contre les caractères spéciaux: $_POST = array_map( create_function('$string', 'return htmlentities($string,ENT_QUOTES);'), $_POST );