Re: [PHP] File creation date.

2003-11-06 Thread CPT John W. Holmes
From: "Carles Xavier Munyoz Baldó" <[EMAIL PROTECTED]> > I want to write a PHP function for delete the files in a directory older than > 1800 seconds. > Is there any function for it ? Read this thread, too: http://www.phparch.com/mailinglists/msg.php?a=701737&s=Mike+Migurski+find&sp=1 If you can

Re: [PHP] File creation date.

2003-11-06 Thread David T-G
Carles -- ...and then Carles Xavier Munyoz Baldó said... % % Hi, Hi! % I want to write a PHP function for delete the files in a directory older than % 1800 seconds. % Is there any function for it ? Not directly. I wouldn't build this into a web script, either (though if you're simply planni

Re: [PHP] File creation date.

2003-11-06 Thread CPT John W. Holmes
From: "Carles Xavier Munyoz Baldó" <[EMAIL PROTECTED]> > I want to write a PHP function for delete the files in a directory older than > 1800 seconds. > Is there any function for it ? Start here: http://us2.php.net/manual/en/ref.filesystem.php ---John Holmes... -- PHP General Mailing List (htt

Re: [PHP] file creation date

2002-11-29 Thread Maxim Maletsky
How would you know about a file on someone's system before it was implicitly sent you by user? Take a look at JavaScript, but I doubt there will be a "sure" solution for it. Nothing is "sure" with JavaScript except for it's cross-browser incompatibility :) -- Maxim Maletsky [EMAIL PROTECTED] R

RE: [PHP] file creation date

2002-11-28 Thread John W. Holmes
> Is it possible to get the creation date of a file that is going to be > uploaded? I saw a function that returns the file creation date once on > the server, but is it possible to get that information from a file that > is not yet on the server? Not with PHP. ---John Holmes... -- PHP General