Hello there My problem is simple though I am not too sure if the solution is. I need to generate a tree view by using the data I have stored in the database.For example in the root I have stored SportsBrand now if I click on SportsBrand it will expand to show different names such as Addidas,Nike,Reebok etc.Again if I click on Addidas I will have different items such Shoes,T-shirts etc.I want to list the tree on the left side of the screen and once the user click the items s/he will see the related information on the right of the screen.Also if the user want to add any new brand it will be shown dynamically under the SportsBrand along with the items they are producing. Also if the user want to delete any brand I have to make sure the tree structure will be resized again. xampp(The development IDE) is using this Tree view.
I have already progressed a bit by storeing the tree in database and running the queries.Now I need to develop the user interface and mapped it with the backend. Is there any tool in PHP that will help me to do this? I think in NETBEANS(Java IDE) they have a built in tool to generate this structure. I hope I am makeing sense. Any help will be highly appreciable. -Idiot ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/HKFolB/TM --------------------------------------------------------------------~-> Community email addresses: Post message: [email protected] Subscribe: [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] List owner: [EMAIL PROTECTED] Shortcut URL to this page: http://groups.yahoo.com/group/php-list Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/php-list/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
