Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Using Php and Dreamweaver

New Here ,
Sep 26, 2017 Sep 26, 2017

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 :

Screen Shot 2017-09-26 at 11.25.08 PM.png

Screen Shot 2017-09-26 at 11.25.57 PM.png

Screen Shot 2017-09-26 at 11.26.14 PM.png

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

813
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Sep 27, 2017 Sep 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.

Translate
LEGEND ,
Sep 27, 2017 Sep 27, 2017
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines