Travel Photos

Family Photos

Religion Photos

Photos, Build a database with the ability to have multiple levels? Or do I just build the pages? What about the Bread Crumbs? Database fields photoCategoryKey photoCategoryId ParentID Dropdown for selector, load the selector with the parent names level 1=parent = 2 = subcategory 3 sub category 4 subcategory. How do I build it so it will have a tree structure infinite subcategories? Can I add a subcategory to any sub? how does this build a tree without doing infinate db calls to build the structure per page? Is the page structure static? Look at how smugmug does it? one level gives level 2 then pick level 2 to get level three can I do this with a parent subparent? if parentid= blank this is a top level. Select * from photoCategory where parentId is blank will list all top level categories. All subcategories are then listed by select * from photocategory where parentid= whatever parent id that was selected? Can I then show all the thumbnails, the name of the category? How do I know all the galleries? that would be a list of sub categories? How do I know all the files? do I put the number of pictures or forget about the number of pictures just show the number of galleries? date: categoryName