Tree Menu
Posted on
16th Feb 2014 07:03 pm by
admin
Hi guys,
Can anyone help me making a tree navigation system? I have a site where I'm allowing users to upload their files to share with each other. They can create folders, but I'm having real trouble working out how to give the folders 'depth', i.e. folder within a folder within a folder...
Did you know?Explore Trending and Topic pages for more stories like this.
If I could print out an xml file of the folder structure, that would be amazing, but I have no idea how to go about it. All the folders are stored within a database (with info such as their names, permissions, owners etc), as well as being physically stored on my hard disk (this is all just local at the moment).
If I can make an xml file then I can just use a Flex tree component and save myself a lot of time. If anyone has any other ideas or techniques I'd love to hear about them. Also, at present all the folders are actually stored side by side with each other, its the database that tells them how deep they are, but when I get this tree system up and running i think I'll be in a much better place to sort that out.
Thank you
No comments posted yet
Your Answer:
Login to answer
90
42
Other forums
please fix the error
What is the error in the below code ???
Line number On/Off | Expand/Contract <?php
PHP/Database issue
My friend is helping me make a database where you go to a certain webpage of my site and the page wi
This is driving me nuts!
This insert query looks to be alright, however I get this error:
QuoteYou have an error in yo
Why doesn't this work? (SSH2)
This is my script:
Code: <?php
$connection = ssh2_connect('213.251.167.109', 22);
How to login with SAPCPIC userid
I have changed the Password for SAPCPIC in Development Server for 000,001 and 100 client.
But w
Request-URI Too Large
I have created a simple submit form for a mysql database that puts a piece of code into database.<
need help modifying script
Hi guys,
I'm fairly new to php and am having a bit of trouble modifying a script.
This
Embedding flash object in Else statement
This is my first major project in PHP and I'm having some trouble embedding a flash object in an Els
ASP.NET Validation Event Cycle
Hi,
I have asp button as follow:Echo multiple lines of html code
Hi guys,
I would like to know if there is a way to echo multiple lines of html codes.