Back button functionaliy when I pass an id via URL

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
edawson003
Forum Contributor
Posts: 133
Joined: Thu Aug 20, 2009 6:34 am
Location: Los Angeles, CA - USA

Back button functionaliy when I pass an id via URL

Post by edawson003 »

Whn I attempt press back from URL/itemdetail.php?fid=128 to URL of origination, URL/searchform.php?go, I get a Webpage has expired page. Are ther any fixes fo rthis.
robnet
Forum Commoner
Posts: 85
Joined: Mon Aug 10, 2009 8:32 am
Location: South East, UK

Re: Back button functionaliy when I pass an id via URL

Post by robnet »

Could be a number of things.

Best guess with limited info:
Do you originally get to the previous page by posting to it? Most browsers back buttons work in slightly different ways. It sounds like the browser you're using doesn't re-post and doesn't cache the page when you use the back button, so it can't reload the page correctly.
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: Back button functionaliy when I pass an id via URL

Post by jackpf »

Do you not get the option to resubmit post data?

You do on firefox anyway.
Post Reply