Page 1 of 1

about POSt and Get

Posted: Sun Apr 18, 2004 4:22 pm
by bugthefixer
i want two knw about wat does exactly html attribute 'method' means
and wats the diference between get and post...
one more thing i get error message
The requested method POST is not allowed for the URL /main.html.
wat does tat mean

Posted: Sun Apr 18, 2004 5:48 pm
by Illusionist
i dont knwo where your getting that error.... but the mthod, in an html form, is teh way the data is passd on to the next page. GET, passes through the url, and POST, passes invisibly... to get data from either, all you do is use $_POST'form_name'] or $_GET['form_name']

Posted: Sun Apr 18, 2004 8:25 pm
by John Cartwright
do you get the error if you simply put main.html?