<HTML> <HEAD> <?php $username = "User"; ?> </HEAD> <BODY> <?php print("$username<BR>"); ?> </BODY> </HTML>