Posted by Benjamin on 01/30/07 03:30
On Jan 29, 9: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 "";
> ?>
have you checked to see if getlastmod is actually returning a value?
>
> 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.
[Back to original message]
|