[PHP] filemtime or getlastmod

2001-01-14 Thread Christian Binder
Hello, I would like to create a dynamic mulitple-choise - Form, in which the filenames, included in a subdirectory (e.g. imgstand) are listed as the Option-vale "value" and the modification-date of the file is shown in the HTML-page as date for selection of the user. If a user choise one or

Re: [PHP] filemtime or getlastmod

2001-01-14 Thread Christian Reiniger
On Sunday 14 January 2001 17:54, Christian Binder wrote: The only problem is, that my following script only shows one date (IMO: of the first value (.)), and not create the date of each file. // get unix-timestamp form each file in subdirectory $unixdatum=getlastmod($datei[$i]); Read again