Posts Tagged ‘browser’
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
Posted in php development, web development | Comments Off
