Topic: PHP POST data confirm

Okay, this forum does it but I can't for the life of me figure out how. When you submit a form, and then hit back, my pages show the "This page contains POST data.... blablabla" I want to surpress that while still using POST vars. Any ideas?

Re: PHP POST data confirm

Err... you mean just accept them without asking?

Re: PHP POST data confirm

No no, okay. If you submit a form, you go to the next page. But if you hit BACK then FORWARD, your browsers asks "Warning!: This page contains cached data." I want to get rid of that.

4 (edited by Limber 2006-04-16 08:28)

Re: PHP POST data confirm

That's not really an option. What you should do is add a link that for instance says "back", and links to the previous page. The back and forward buttons in the browser are... well, not evil, but they definitley have an evil side to them. smile

Aftonbörsens skapare. Var med och starta något roligt och stort du med!

5 (edited by snowman 2006-04-26 01:22)

Re: PHP POST data confirm

No one is understanding what I'm asking, and the solution is:

header("Cache-control: private");