Jump to content

PHP retrieve data from unlimited level


lilywong

Recommended Posts

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]A
A1
A1.1
A1.1.1
B
A1
A1.1
A1.1.1
C
C2 [/code]
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.