Mega Code Archive

 
Categories / Php / HTML
 

Htmlspecialchars php

<?php    $input = "<<enough>>";    echo htmlspecialchars($input); ?>