I want to set a expire time for a page in PHP. How can do this? Kindly specify me the command for achieving this in PHP.
I want to set a expire time for a page in PHP. How can do this? Kindly specify me the command for achieving this in PHP.
Expire time for a page in PHP can be setted by using the header function like this:
header ("Expires: Tue, 12 Aug 2004 03:00:00 GMT");