07.08.2011, 20:27
not work why ?
but this method work
but this method work
Код:
<html> <head> <title>TEST</title> </head> <body> <form action="http://mysite.com/test.php" method="post"> Please enter your name: <input name="Name" type="text" /> <input type="submit" name="submit" value="Submit your name"> </form> </body> </html>

