|
Posted by Michael Fesser on 10/18/07 01:42
..oO(Richard)
>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?
What syntax error and where?
><?php
>$last_modified = filemtime("last4.php");
>print("Page Last Updated: ");
>print(date("m/j/y h:i", $last_modified));
>?>
'print' doesn't require parentheses, it's not a function.
Micha
Navigation:
[Reply to this message]
|