Search found 2 matches

by itisl
Tue Apr 06, 2004 6:56 am
Forum: PHP - Code
Topic: POST Error
Replies: 4
Views: 440

Form1.html: <HTML> <HEAD> <TITLE> New Document </TITLE> </HEAD> <BODY> <form action="hello.php" method="POSt"> Your first name <input type="text" name="name"> Your favorite color <input type="text" name="color"> <input type="submit&quo...
by itisl
Tue Apr 06, 2004 6:38 am
Forum: PHP - Code
Topic: POST Error
Replies: 4
Views: 440

POST Error

HI, I've created a simple login form using HTML and using the POST method for the form. But the values are not getting posted to the next page. When I try to use get, the url is shown blank(no value is passed ahead). Can any one give me the solution for this? Is this the problem of HTML or of PHP? P...