Jump to content

Dynamic Tree Generation using PHP !


rameshfaj

Recommended Posts

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? ???

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.