I am developing a web-app in
, which takes input from an user into a form and registers the values into a
database. The code is as follows:
HTML code (basically fetching the values from a form and sending them to the php script):
php script (Storing the values into a MYSQL database):
Error:
Failed to load resource: the server responded with a status of 405 (Method not allowed)
How do I fix this? Please help me.