Is there a variable or class that will output the date the particular file was created? I only found last modified and last accessed options at php.net...
at the same time you create the file, use the php date() funtion to make some sort of timestamp and put it wherever you need to use it...
I'm attempting to use the "File Created" date in a footer, so I'm hoping to include some coding into my footer which will display the "File Created" date on each page.