Hello there...
i want to get some help on databases and programming...
i know php :idea: at intermediate level.. and MySQL too...and ofcourse MS ACCESS too
now what i want is .. to develop an MLM system... i hope you people know what it is..
anyway ..i am clearing it..
it starts from one member... and then that person refers two people... and then every new comer refers more two.. in this way .. a BINARY TREE starts growing... by binary it means that... every entity has two childs.... hope you are getting it....
its like
O
/ \
O O
/ \ / \
O OO O
i can store every member's record in a databae and ofcourse can retreive that too..
the problem is that.. i have to show every member's LEFT and RIGHT DOWNLINE... meaning.. referral of referral is also under that person's dowline... i have to count and then show that this person has this much people in left downline and this much in right downline..Can anyone help please?????
and i need URGENT HELP!! if anyone can....
i need the loop structure and the logic for this.. as it involves database too..


