i need code for creating family tree in php.
how to create family tree in php?
Collapse
X
-
Tags: None
-
Hope this willhelp as it is something i created for my own program. It basically creates a binary tree but only each parent can have two children but this should be easily fixed to be dynamic and also you will need to find a way to reference the array if a parent has no children.
<Code removed>
hope that how u do code it my first replyComment
-
lokeshyourfrien d.
The experts on this site are more than happy to help you with your problems but they cannot do your assignment/program for you. Attempt the assignment/program yourself first and post questions regarding any difficulties you have or about a particular function of the code that you don't know how to achieve.
And micky125.
Please do not provide complete code solutions to peoples problems.
We aim to help people write their own code and solve their own problems.
Simply providing them with a complete solution doesn't help them as much in the long run.
All of this, and more, can be found in the Posting Guidelines, which we expect all members to follow when posting in these forums.
Thank you.
ModeratorComment
Comment