How do I get a list of files in a specific directorty?

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

Post Reply
max_b
Forum Newbie
Posts: 5
Joined: Thu Aug 01, 2002 1:57 pm

How do I get a list of files in a specific directorty?

Post by max_b »

Thanks,
MAX. :D
User avatar
RandomEngy
Forum Contributor
Posts: 173
Joined: Wed Jun 26, 2002 3:24 pm
Contact:

Post by RandomEngy »

You're probably looking for readdir().
max_b
Forum Newbie
Posts: 5
Joined: Thu Aug 01, 2002 1:57 pm

THANKS!!!!!

Post by max_b »

:D
User avatar
RandomEngy
Forum Contributor
Posts: 173
Joined: Wed Jun 26, 2002 3:24 pm
Contact:

Post by RandomEngy »

You're welcome.
Post Reply