<!DOCTYPE html>
<html>
<body>

<?php
$str = chr(046);
echo("You $str me forever!");
?>


</body>
</html>