Mantaining Information

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!

Moderator: General Moderators

Post Reply
User avatar
farid
Forum Commoner
Posts: 54
Joined: Thu Nov 11, 2004 4:20 pm
Location: Mexico

Mantaining Information

Post by farid »

Hi y'all!!

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.

Hope someone can help me :(

Thanks!!
User avatar
sulen
Forum Commoner
Posts: 79
Joined: Wed Jul 09, 2003 4:55 pm
Location: los angeles
Contact:

Post by sulen »

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.
Post Reply