I have 2 tree diagrams - which are created from a database with parent and child relationships. I now want the user to be able to highlight one branch of the tree and drag and drop this to the other tree.
Have you any ideas - code which I can see which does this. All examples to where this is already done in PHP much appreciated.
Thanks, Val
Hi,
This isn't be a PHP (server-side) issue, it's javascript and HTML (client-side).
There probably are ways of doing this, but it's going to be tricky to get right, especially with all the cross-browser issues.
Paul.
Thanks.... Yes I know that this is a javascript type code... I just would like some examples rather than starting again from scratch...
Val