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
pelegk2
Forum Regular
Posts: 633 Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:
Post
by pelegk2 » Mon Jul 19, 2004 8:53 am
i tried this :
Code: Select all
glob("images\\PDF\\*.*",GLOB_ONLYDIR);
and i get nothing although i have folder thee!
why?
Buddha443556
Forum Regular
Posts: 873 Joined: Fri Mar 19, 2004 1:51 pm
Post
by Buddha443556 » Mon Jul 19, 2004 9:03 am
Do you have any folders with a period in the name?
pelegk2
Forum Regular
Posts: 633 Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:
Post
by pelegk2 » Mon Jul 19, 2004 9:09 am
nope
my folder are like this
1
2
mynewfolder
and so on
markl999
DevNet Resident
Posts: 1972 Joined: Thu Oct 16, 2003 5:49 pm
Location: Manchester (UK)
Post
by markl999 » Mon Jul 19, 2004 9:33 am
Try * instead of *.*