|
Browser Back Cache Control For Forms |
|
|
|
|
Written by Jason
|
|
Jan 03, 2008 at 02:43 PM |
This maintains form data when the browser's back button is used. It is helpful on multi-page forms in case you need to backup a step. Insert the following code into the top of your php document.
// maintain form data so back button can be used header("Cache-control: private");
Please login or register to add comments |