<INPUT TYPE="text" NAME="myform.email"> would be accessed in PHP as the following: <?php echo $_GET['myform_email']; ?>