I am new to PHP - Wehenever i try to submit a form to a .php file it gives the error "Requested method POST not allowed for the url".
If I use GET method the entire code code is displayed on the browser.
Can anybody help please?
Make sure the file extension is .php and not .html , usually thats the case.