But my main page, for instance mail.php, includes top.php and bottom.php. But top.php must be processed each time because it prints on every page on my site if the user has new messages. But if all pages are cached, then it's always the cached version that's printed to the user, so even if he has new mail, it doesn't show (because the page is directly taken from the cache instead of being re-requested). So I don't want this situation to happen, but i'd want users to be able to make use of their back button without clearing the forms. Is there a solution around this problem?
Thanks alot! "Alex" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I have a few pages on my site that contains dynamical content that must be > "processed" each time the page is loaded. But I'd also want to allow the > users to be able to use the back button of their browser to go back to forms > and that these forms still contain the information they entered (instead of > being cleared). > > Can someone give me a hint on how to accomplish this if there's a way to do > it? > > Thanks, > > Alexandre Soares > > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php