rameshfaj Posted January 6, 2008 Share Posted January 6, 2008 Hi everyone, I need to generate a dynamic tree using PHP and XML if possible. Can some of you provide me some code snippets or some reference/download links. It is better if the tree nodes can be edited dynamically. Quote Link to comment https://forums.phpfreaks.com/topic/84713-dynamic-tree-generation-using-php/ Share on other sites More sharing options...
Ken2k7 Posted January 6, 2008 Share Posted January 6, 2008 Hi everyone, I need to generate a dynamic tree using PHP and XML if possible. Can some of you provide me some code snippets or some reference/download links. It is better if the tree nodes can be edited dynamically. Can I get an example of what you're trying to do? ??? Quote Link to comment https://forums.phpfreaks.com/topic/84713-dynamic-tree-generation-using-php/#findComment-431720 Share on other sites More sharing options...
rameshfaj Posted January 7, 2008 Author Share Posted January 7, 2008 I want something like this: Director E.Dir1 E.Dir2.................... Emp1 Emp2 Emp3 Emp4 Salary Salary something in this way like the tree structure that we find in DATASTRUCTURE. But it should be dynamically updatable by clicking the tree nodes.I need to display the tree first from database(mysql) later when the user updates the node,the database should be updated. I think u got the problem. Quote Link to comment https://forums.phpfreaks.com/topic/84713-dynamic-tree-generation-using-php/#findComment-432454 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.