Page 1 of 1

Directory Listings!

Posted: Sat Jun 19, 2004 11:50 am
by Joe
Is there any technique available in php that lists the files on the server. much like a directory listing but I want to design my own directory. hehe!

Thanks!

Posted: Sat Jun 19, 2004 11:57 am
by feyd
[php_man]glob[/php_man] and [php_man]readdir[/php_man]/[php_man]opendir[/php_man]

Posted: Sat Jun 19, 2004 11:58 am
by Joe
Thanks alot feyd. Much appreciated!

Posted: Sat Jun 19, 2004 12:05 pm
by Joe
OK Problem solved everyone. Thanks again!