After handling the post request and taking the necessery actions (update db...), redirect the browser using header('Location: ......');

Alexander Mueller wrote:

I am doing most of my data transfers by POST requests and found it to be
problematic when I want to browse the history with the browser's
navigation buttons. Although it works without problems in Opera (I didnt
try it with Netscape) it leads to a "Warning: Page has Expired" message
in IE. I understand IE's reason to show the message but noticed browsing
the history (under usage of the same POST transfer mechanism) works with
other PHP scripts (eg: vBulletin) in IE without this message. Any idea
which "trick" they use to avoid that?

Thanks,
Alexander


-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to