Friday, March 28, 2014

Cache remove in PHP

I have submitted one form.After submitted the form ,the listing page didn't shows added item.

Then i found solution for this issue.

Add this code top of the program.

header("Cache-Control: no-store, no-cache, must-revalidate, pre-check=0, post-check=0, max-age=0");

No comments:

Post a Comment