<?php print "<html>\n"; print "<body>\n"; print "<p>Welcome, $Name</p>\n"; print "</body>\n"; print "</html>\n"; ?>