page back event

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
michelle
Forum Newbie
Posts: 1
Joined: Mon Apr 02, 2007 12:37 pm

page back event

Post by michelle »

Hello everybody,

Being new with the programming of php I am very inquisitive how to clean all text fields after sending an email and using the ms internet explorer page back button.
Now using the page back button, all fields are still filled in.

Is there a php script that forgets the last used page or are you using other technics.

Nice regards,
Michelle.
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

header() and the cache-control settings common to the HTTP protocol.
Post Reply