Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get a page's last modification date?
#2
You could always use the php filemtime() function:
Code:
$filename = "somepage.xml";
filemtime($filename));
http://php.net/manual/en/function.filemtime.php

Or there is the 'pubDate' node in each xml file which tells the last modified date and time
Reply


Messages In This Thread
How to get a page's last modification date? - by mikeh - 2011-04-24, 11:02:26



Users browsing this thread: 1 Guest(s)