|
Posted by Diilb on 01/30/07 11:01
There is a good example of sending the last modified header on the
getlastmod doc page. Consider checking it out:
http://ca.php.net/manual/en/function.getlastmod.php#30514
On Jan 29, 11:09 pm, "Rarpy" <Rexun...@yahoo.com> wrote:
> Hi all,
>
> I tried putting this at the beginning of a PHP file:
>
> <?php
> echo "Last-modified: " . date( "F d Y.", getlastmod() );
> print "";
> ?>
>
> The goal was to ensure that the browser would realize
> that the page is newly produced HTML. However its not
> working. The browser shows above the page the expression
> Last-modified: ...
>
> Can anyone explain how to properly do this?
>
> Thanks.
Navigation:
[Reply to this message]
|