<html>
<head>
<title>hello world</title>
</head>
<body>
<form action="you_are.php">
I am ...
<?php print('<input type="text" name="person" value=" ' . $person . 
' "size="15" />'); 
?>
<input type ="submit" value="Go!" size="15" />
</form>
</body>
</html>