Form Php

//File: index.php





$form = "

Give us some information!

Your Name:



Your Email:




";
if ($seenform != "y"):
     print "$form";
else :
     print "Hi, $name!. Your email address is $email";
endif;
?>