I would like to take the date out of a file it has been created or modified and insert it into PHP Code.
Many thanks
Not sure if this is what you are asking, but there is a function filemtime that will return the last time of modification for a file.
filemtime(file)
Yeah but it gives me something like this "998227757" and I don't know how to use it understandable. Any idea??