Hello everyone:
I have a question to ask you.
I'm make a quiz and I get this error
Method Not Allowed
The requested method POST is not allowed for the URL /quiz/quizaction.phtm l.
--------------------------------------------------------------------------------
Apache/1.3.37 Server at continuingedven ture.com Port 80
Here is part of my code that is giving me problems
If i upload this file and then I view that page I get an error. The clients site.
[PHP]<form action=http://abc.com/quiz/quizaction.phtm l
method="POST"> [/PHP]
but if i change the code it works. My website
[PHP]<form action=http://CBS.com/quiz/quizaction.phtm l
method="POST"> [/PHP]
Question is why does it work on one host site and not the other.
The clients site supports php
what do I need to do.
thanks
nomad
I have a question to ask you.
I'm make a quiz and I get this error
Method Not Allowed
The requested method POST is not allowed for the URL /quiz/quizaction.phtm l.
--------------------------------------------------------------------------------
Apache/1.3.37 Server at continuingedven ture.com Port 80
Here is part of my code that is giving me problems
If i upload this file and then I view that page I get an error. The clients site.
[PHP]<form action=http://abc.com/quiz/quizaction.phtm l
method="POST"> [/PHP]
but if i change the code it works. My website
[PHP]<form action=http://CBS.com/quiz/quizaction.phtm l
method="POST"> [/PHP]
Question is why does it work on one host site and not the other.
The clients site supports php
what do I need to do.
thanks
nomad
Comment