Q:

Write a PHP script to get the time of the last modification of the current page

0

Write a PHP script to get the time of the last modification of the current page.

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

<?php
echo "Last modified: " . date ("F d Y H:i:s.", getlastmod())."\n";
?>

Sample Output:

Last modified: June 26 2017 16:52:16.

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now