Value is coming through from form submission.
if(isset($_POST[\'Submit\'])) { $name=$_POST["Name"]; } ?>
Do