I have my directory of images which has 20 main directories and off each of those is hundreds of sub directories with images in each of them.
album/
Dir 1
Sub
Sub 2
Sub 3
Dir 2
Dir 3
Sub
Dir 4
etc......
There is far too much work to add every single directory to the list by hand. How could I get it to spider all the directories and create all the categories and add all the sub categories?
Thanks a lot.
You would have to create a custom PHP script.
:(