ryanh_106 Posted May 3, 2006 Share Posted May 3, 2006 Hi, I have never seen anything like this before and dont understand what could be wrong.I made a form that handles itself using the if(isset($_POST['submit'])) that has worked fine for a while. I have made a few changes lately which have resulted in it not finding the page when you press submit, despite the fact it was the page you just filled in! (review.php)I just get a page cannot be displayed error, even though the address in the address bar is still review.php.The only thing i can think of is it being something to do with me having 3 submit buttons on the form as the first one works (adds an item selected to a list) but the other two (submit the form and save for later) dont. However as far as I know this there should be no problem with doing this.Any ideas would be greatCheersRyan Heath Quote Link to comment https://forums.phpfreaks.com/topic/8956-really-strange-error/ Share on other sites More sharing options...
kenrbnsn Posted May 3, 2006 Share Posted May 3, 2006 Please post your code.Ken Quote Link to comment https://forums.phpfreaks.com/topic/8956-really-strange-error/#findComment-32946 Share on other sites More sharing options...
twopixls Posted May 5, 2006 Share Posted May 5, 2006 [!--quoteo(post=370841:date=May 3 2006, 05:33 PM:name=Ryan Heath)--][div class=\'quotetop\']QUOTE(Ryan Heath @ May 3 2006, 05:33 PM) [snapback]370841[/snapback][/div][div class=\'quotemain\'][!--quotec--]Hi, I have never seen anything like this before and dont understand what could be wrong.I made a form that handles itself using the if(isset($_POST['submit'])) that has worked fine for a while. I have made a few changes lately which have resulted in it not finding the page when you press submit, despite the fact it was the page you just filled in! (review.php)I just get a page cannot be displayed error, even though the address in the address bar is still review.php.The only thing i can think of is it being something to do with me having 3 submit buttons on the form as the first one works (adds an item selected to a list) but the other two (submit the form and save for later) dont. However as far as I know this there should be no problem with doing this.Any ideas would be greatCheersRyan Heath[/quote] Quote Link to comment https://forums.phpfreaks.com/topic/8956-really-strange-error/#findComment-33729 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.