Forum Moderators: coopster

Message Too Old, No Replies

I want to get Folder Content With PHP

         

kees mekhalel

2:14 pm on Nov 17, 2005 (gmt 0)

10+ Year Member



I want to get the folder content of PHP

directrix

5:36 pm on Nov 17, 2005 (gmt 0)

10+ Year Member



Can you be more specific? Do you want to get a list of files in a particular folder? If so, check out scandir, or opendir/readdir/closedir, in the manual.