Mega Code Archive

 
Categories / Php / HTML
 

Encoding HTML entities in a string

$comments = htmlentities($_POST['comments']); print $comments.