keep getting "Data Missing" when I click the "back" button

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
geethalakshmi
Forum Commoner
Posts: 31
Joined: Thu Apr 24, 2008 10:38 pm

keep getting "Data Missing" when I click the "back" button

Post by geethalakshmi »

hi.,

I keep getting "Data Missing" when I click the "back" button in my browser. How can I stop this?

Regards,
geetha
Webmaster Resources Directory
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: keep getting "Data Missing" when I click the "back" button

Post by Benjamin »

If you're talking about expired pages, after you post data to a page, redirect to the next page, even if it is the same page. Otherwise if you're asking about form data, as I understand it some browsers will repopulate the fields and some won't.
Post Reply