
This is a simple function which sends combination of headers that completely disable any browser caching.<?php /* Online PHP Examples with Source Code website: http://4evertutorials.blogspot.in/ */ function disable_browser_cache() { header("Expires: Tue, 03 Jul 2001 06:00:00 GMT"); header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); header("Cache-Control: no-store,...