Hi all.
I’m trying to make a form, but every time I hit submit whilst testing it, I get a 405 error.
You can find the repo here: https://github.com/GiacomoLaw/web-form
Thanks in advance!
Hi all.
I’m trying to make a form, but every time I hit submit whilst testing it, I get a 405 error.
You can find the repo here: https://github.com/GiacomoLaw/web-form
Thanks in advance!
Your code seems right… I’ve googled for 405 error and I’ve found this:
http://www.checkupdown.com/status/E405.html
What are you using on server? LAMP?
I’m using it in Github pages.
First sending post requests in github pages is not allowed(the 405 error)
second you try run php in static file web server(github.io), so you can’t you need a php server.
Okay, thank you very much!
You can use Cloud9 : https://c9.io/ if you don’t have a dev machine that works.
Or Koding, CodeAnywhere or Codiad
You can also use 000webhost which does work with php. You may also plug-in a MySQL database and create a user login system. East to do.