Hello Jeremiah,
There is a variety of options to list files in a directory.
This will list sort files by date.
$file".date( "F d
Y H:i:s",$time)."
";
}
}
krsort($data);
while(list($key,$val) = each($data)){
echo $val;
}
?>
This one gets a tag out of a document
(.*)", $file, $title_array);
scripts like this are widely available.
check: sourceforge.net/projects/phpfilemanager/
bvr.
On Mon, 17 Dec 2001 14:55:48 -0800, Jeremiah Jester wrote:
>Anyone have a php directory listing script that creates clickable links for
>all items in folder list?
>
>JJ
--
PHP General Mailing L
Anyone have a php directory listing script that creates clickable links for
all items in folder list?
JJ
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [E
3 matches
Mail list logo