PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
Moderator: General Moderators
Joe
Forum Regular
Posts: 939 Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow
Post
by Joe » Sat Jun 19, 2004 11:50 am
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!
feyd
Neighborhood Spidermoddy
Posts: 31559 Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA
Post
by feyd » Sat Jun 19, 2004 11:57 am
[php_man]glob[/php_man] and [php_man]readdir[/php_man]/[php_man]opendir[/php_man]
Joe
Forum Regular
Posts: 939 Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow
Post
by Joe » Sat Jun 19, 2004 11:58 am
Thanks alot feyd. Much appreciated!
Joe
Forum Regular
Posts: 939 Joined: Sun Feb 29, 2004 1:26 pm
Location: UK - Glasgow
Post
by Joe » Sat Jun 19, 2004 12:05 pm
OK Problem solved everyone. Thanks again!