Forum Moderators: open
Lets say I'm dealing with this table...
CATEGORIES
c_ID, c_PID, c_Name
...I can list all directories alphabetically by c_Name.
...I can also pull a subcategory according to the c_PID.
However, if that subdirectory is parent to another subdirectory, and so on, I cannot seem to figure out how to pull more than just the first one.
I'm assuming I need to LOOP something, but I can't wrap my head around this one for some reason.
Any suggestions?
A glance or two at free ASP message boards gave me what I need to know about a parent/sub structure.
Now I'm trying to figure out how to get the categories to list like this:
/directory/new_directory/other_directory
..instead of this...
directory
--> new_directory
----> other_directory
Any suggestions?