Re: want a back button to get to the last page...



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

.


Quantcast