Hello,
This is a reply to an e-mail that you wrote on Fri, 11 Jul 2003 at 00:17, lines prefixed by '>' were originally written by you. > Is there a local filesystem-based function comparable to the ftp-based > 'nlist' that lists files in a directory? > Johnny In PHP 5 you can use scandir() http://uk.php.net/manual/en/function.scandir.php In lower versions AFAIK you will have to use the system function to call either ls (on *nix) or dir (on windows). David. -- phpmachine :: The quick and easy to use service providing you with professionally developed PHP scripts :: http://www.phpmachine.com/ Professional Web Development by David Nicholson http://www.djnicholson.com/ QuizSender.com - How well do your friends actually know you? http://www.quizsender.com/ (developed entirely in PHP) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php