Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Help with Timestamps  (Read 2933 times)

0 Members and 1 Guest are viewing this topic.

giornaliere

  • Guest
Help with Timestamps
« on: July 22, 2007, 08:20:25 AM »
Hello,

On my website, I would like to display the timestamps (last modified) of certain files located on my server and I am having a lot trouble finding information on how to do this.  Does anyone know how I would go about doing this?

Thanks so much,
-j

michaewlewis



    Intermediate
  • Thanked: 26
    • Yes
    • Yes
  • Experience: Expert
  • OS: Unknown
Re: Help with Timestamps
« Reply #1 on: July 24, 2007, 07:42:25 AM »
You're going to need a server side program to do this task. A good starting point would be www.php.net.
The keyword you want to use is "filemtime". Do a search on php.net for the keyword for how to use it.