The presence of the final / in the line makes the page XHTML compliant. It should be left in, and it has no effect whatsoever on the functionality of the input tag. In fact, it should be included in the < input type="text" > tag as well.
I can't find a darn thing wrong with your script. You might wish to double-check your Apache configuration settings; something there might be screwy. Good luck. Intruder wrote: > 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> > > > -- Sliante, Richard S. Crawford mailto:[EMAIL PROTECTED] http://www.mossroot.com AIM: Buffalo2K ICQ: 11646404 Yahoo!: rscrawford MSN: [EMAIL PROTECTED] "When you have lost the ability to laugh at yourself, you have lost the ability to think straight." --Clarence Darrow "Push the button, Max!" -- 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]