|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
||||
|
||||
|
bizarre php/iis error (can't submit forms).
Hi...I have already posted in php forum but was told to ask here as the problem has been sourced to IIS...anyone got any ideas on the following? Thanks.
ORIGINAL QUESTION: Ok, this is just ridiculous. First let me just say, I have flushed my IE cache etc etc, and check IIS permissions... I am now on the point of severely damaging a computer peripheral... I have a page. It's a nice simple page. All it does is either a) forward to another page or b) forward to another page. The first forward is done by clicking on the zone of a map which is mapped with postcodes. This works fine. The second one is the user types in a postcode and hits search which submits the form to another page. This does not work. I get a "page not found" error. Why?? Its EXACTLY the same page name. It's something to do with submitting a form by the looks of it. Whatever page I try to submit to I get "page not found". The code for the form is: PHP Code:
|
|
#2
|
|||
|
|||
|
Does php run on your IIS server for other php pages? Did your page ever work?
What are the details of your error. If you're using IE uncheck the "show friendly http errors" setting and you'll usually get a longer and more helpful error message.
__________________
====== Doug G ====== "Hide, hide witch! The good folk come to burn thee. Their keen enjoyment hid behind their gothic mask of duty." -Mark Clifton |
|
#3
|
||||
|
||||
|
Thanks for replying.
The page used to work fine - and its not just this page. I have realised none of my forms will submit. I ran MS IIS lockdown tool....was this a bad idea? I am guessing it probably was as it came from MS PHP is running fine on the web server, I am using it on plenty of pages. Unfortunately turning off friendly http messages was the first thing I thought of and it had no effect. It just can't find a form is the submit method is POST. It will find it if I change the submit method to GET. Is that a clue? |
![]() |
| Viewing: Dev Shed Forums > System Administration > IIS > bizarre php/iis error (can't submit forms). |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|