shuchitaumehta Posted July 23, 2008 Share Posted July 23, 2008 hello, in register form if i submit that by using post method i redirect to action page inserted data in db & come back 2 next page now if i go 2 browser back it shows page can not be found message it is only for IE in Mozilla working fine can you pls help me thanx in advance Link to comment https://forums.phpfreaks.com/topic/116189-browser-back-after-post/ Share on other sites More sharing options...
jonsjava Posted July 23, 2008 Share Posted July 23, 2008 Not sure why it's doing to that to you. one solution is to have the file post back to the same page, and in your code, have an "If...Else" statement that checks to see if a post has been made, and if so, process the file, else show the form. Not the best answer, but it's an answer (from a guy who's about to fall asleep at his desk). Link to comment https://forums.phpfreaks.com/topic/116189-browser-back-after-post/#findComment-597542 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.