x
 
<!DOCTYPE html>
<html>
<body>
<?php
$x = "Bill";
echo $x;
?>
</body>
</html>