Hi everyone,
I have this weird problem. I created a script on my localhost and then moved it to the company webserver. It worked fine on my machine, but it screws up on the webserver.
The problem is if the form's method is set to POST and I submit the form, I get a 404 "This page cannot be found" -- even when the page is submitting to itself.
But if I change the form's method to GET, I have no problems.
Does anyone have any suggestions on what is causing this or how to solve it?
Thanks,
Lacy