Skip to main content
nicholasr13542612
Participant
September 27, 2017
Answered

Using Php and Dreamweaver

  • September 27, 2017
  • 1 reply
  • 847 views

Hello I have basic form that I am trying to test to see if it works. When I do so it says :{"code":"MethodNotAllowedError","message":"POST is not allowed"} here is a copy of my form code :

Can someone please help ? I thought that post was the only way to send the data my email

This topic has been closed for replies.
Correct answer osgood_

Have a look at this thread:

https://forums.adobe.com/message/9541662?tstart=0#9541662

basically what you need to do if you are trying to test your php files locally is to set up a testing server environment by downloading one of the solutions mentioned in the linked thread above and moving your files to the appropriate folder within the local server folder.

or you can test the files on a remote server that is capable of running php.

1 reply

osgood_Correct answer
Legend
September 27, 2017

Have a look at this thread:

https://forums.adobe.com/message/9541662?tstart=0#9541662

basically what you need to do if you are trying to test your php files locally is to set up a testing server environment by downloading one of the solutions mentioned in the linked thread above and moving your files to the appropriate folder within the local server folder.

or you can test the files on a remote server that is capable of running php.