I am using this code to disable cache in php but this code is not working on any browser. Please somebody help me, I don't want to save php web page in cache memory
header('cache-control: no-cache,no-store,must-revalidate');
header('pragma: no-cache');
header('expires: 0');