HTML Php

    $f = "Bill & Ben";
    $s = htmlentities($f);
    $unsafe = html_entity_decode($s);
?>