I don't like this line:
<input type="submit" name="submit" value="Submit" />
change it:
<input type="submit" name="submit" value="Submit">

to my mind it could help ;))))




PK> <html>
PK>   <head>
PK>   <title>My Form</title>
PK>   </head>
PK>   <body>
PK>   <form action="test2.php" method="GET">

PK>   My name is:
PK>   <br> <input type="text" name="YourName">

PK>   <input type="submit" name="submit" value="Submit" />
PK>   </form>
PK>   </body>
PK>   </html>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to