ConFoo Montreal 2026: Call for Papers

Voting

: max(eight, five)?
(Example: nine)

The Note You're Voting On

jay at fudge dot org
26 years ago
If you want this functionality for the parent web page you should use getlastmod()
i.e.
<?php echo "Last modified: ".date( "F d Y H:i:s.", getlastmod() ); ?>
within the included page... i.e. as a commont footer include for all pages

<< Back to user notes page

To Top