Hi,
I am trying to create a binary tree in PHP but my code is going only on left side only. It is unable to scan the right part of the binary tree. Help me out.
My table structure is something like this. id lid rid A B C B D E
and so on