On Oct 18, 4:41 am, Richard <richardvan...@sbcglobal.net> wrote:
> I tried embedding this in an XHTML file, then changed it to a
> last4.php, but get a syntax error. What am I doing wrong?
>
> <?php
> $last_modified = filemtime("last4.php");
> print("Page Last Updated: ");
> print(date("m/j/y h:i", $last_modified));
> ?>