lilywong Posted May 16, 2006 Share Posted May 16, 2006 I have a function to create unlimited sub sub folders, and now i want to retrive the sub sub folders according to their level in a drop down box.something to be display in a drop down box like below for user to select[code]- A- - A1- - - A1.1 - - - - A1.1.1- B- - A1- - - A1.1 - - - - A1.1.1- C- - C2 [/code]one - will be added for top level folder, where parent ID =0, - - will be added for second level, - - - will be added for third level and so on. any ideas ?coz now i mixed up all the level in one line as below which is very messy, and the current situation cannot differentiate the sub folder is belong to which main folder. thanks[code]AA1A1.1 A1.1.1BA1A1.1 A1.1.1CC2 [/code] Quote Link to comment Share on other sites More sharing options...
zq29 Posted May 16, 2006 Share Posted May 16, 2006 How is the category information stored in your database? (How is it structured?) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.