Re: want a back button to get to the last page...
- From: "Adriaan van N." <a.vannatijne@xxxxxxxxx>
- Date: 30 Jan 2006 12:47:19 -0800
Perhaps it's posible to do something with the headers, like cache
expire valeus?
Or you could do something with session's.
Page A - POST -> Page B
Page B - SESSION -> $_SESSION['form'][foo] = "bar";
Page C - GET / POST -> from Page B
Page C - BACK -> Page A (get session data and rebuild the query)
?
Adriaan
.
- Follow-Ups:
- References:
- want a back button to get to the last page...
- From: Jatin
- Re: want a back button to get to the last page...
- From: Adriaan van N.
- Re: want a back button to get to the last page...
- From: Jatin
- want a back button to get to the last page...
- Prev by Date: Re: Filter Data based on Username
- Next by Date: Php maysql backup/dump
- Previous by thread: Re: want a back button to get to the last page...
- Next by thread: Re: want a back button to get to the last page...
- Index(es):