Les utilisations possible de ‘htmlentities( )’ November 21, 2011 Author: user {filelink=12637} <?php $chaine = "<a href='#'><br/>Bienvenu sur mon site</a>"; print htmlspecialchars($chaine); print htmlspecialchars($chaine, ENT_QUOTES); print htmlspecialchars($chaine, ENT_NOQUOTES); ?> Categories: Uncategorized