PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Well, I have one page with some text boxes, and a submit button, the thing is that when they hit the submit button and enter to the next page they can go back and modify the data they have entered and not enter the whole information again.
Generally on IE and Firefox when you hit the BACK button u get the form with all the information in it unless you hit the refresh button on that page which clears all the info in IE but not in Firefox.....You can also use javascript to achieve what you want to do ....... You might want to look into that.