Is it possible to set a time expire page in PHP.?
Top Questions
Yes it is
Using header("Expires: Mon, 26 Jul 2007 05:00:00 GMT");
<?php
header("Expires: Mon, 26 Jul 2007 05:00:00 GMT");
?>
www.w3answers.com
Yes it is
Using header("Expires: Mon, 26 Jul 2007 05:00:00 GMT");
<?php
header("Expires: Mon, 26 Jul 2007 05:00:00 GMT");
?>
www.w3answers.com
Post new comment