Tree Structure

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
fernado1283
Forum Newbie
Posts: 22
Joined: Mon Aug 25, 2003 2:00 am

Tree Structure

Post by fernado1283 »

HI All,

This is fernado here. I am new in PHP but currently I am helping my attachment company to work on a project. I appreciate anyone who can help me out there please.
I need to use PHP coding to design a tree structure folder link in the browers. eg. When you go to this page, it will show u a folder name you create, then when you click on it, the sub folder will drop down and so on, until all the folder are open. If there is files like doc or xls, etc, users will be able to download them. When you click on the subfolder or the main folder again, all the drop down beneath it will close up until u next click the folder again.
Can anyone out there please help me. Thanks

Regard...
Fernado
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

there are many ready-to-use scripts/classes, e.g. take a look at http://www.phpclasses.org/search.html?w ... sort=score
fernado1283
Forum Newbie
Posts: 22
Joined: Mon Aug 25, 2003 2:00 am

Post by fernado1283 »

Hi

Thanks again for your help :)

regards
Fernado
Post Reply