how to clear borwser's cache
May 25th, 2009
hi, today i want to tell u how to clear browser’s cache using PHP.
somtimes, we have to clear browser’s cache to display our changes correctly like after uploading new photo. this code w’ll help you.
you can also use of header.
header("cache-Control: no-cache, must-revalidate"); // HTTP/1.1
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT"); // Date in the past
from,
kiran vadariya
Tags: browser, cache, php web development
This entry was posted on Monday, May 25th, 2009 at 3:31 pm and is filed under php development, web development. You can follow any responses to this entry through the RSS 2.0 feed. Both comments and pings are currently closed.
Comments are closed.
