Mega Code Archive

 
Categories / Php / HTML
 

Escaping HTML

<?php print 'The comment was: '; print htmlentities($_POST['comment']); ?>