PHP or MySQL stored procedure for a tree with five nodes (PentTree) -
I want to build an MLM project. 5 members of each member can be on their nodes. And we have 6 levels deep for each member.
I have to check all the way from this member to the main root node , Whose member is going to be completed after the inclusion of this member. (A PHP function is required with questions to check and update the level of each generation node, or MySQL stored functionality.)
Then I have a PHP function or MySQL stored procedure There is a necessity that can give me details of me, a node can print it all the way down and also all the way down the node from this node.
Comments
Post a Comment