Re: [PHP] php dir listing a couple of solutions

2001-12-17 Thread php
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);

Re: [PHP] php dir listing

2001-12-17 Thread Bas van Rooijen
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