I am currently working on an MLM System which supports Unilevel with Dynamic Compression. So far, though the below code looks really messy, it was able to get what I want which is to get the Unilevel 8 Levels Deep. The system should run this way: 1 is sponsor of 2 & 3 so UNILEVEL 1 has 2
childs ( 2 and 3) Now, the Level 2 Starts with Children 2 and 3 and so on up to 8th level. The code below did...