Hi, i need help with a tree that i need to build on php. I bringing info from 2 tables:
TABLE ANIMALS
Id
Name
TABLE GENEALOGY
IdFather
IdMother
IdSon
How to build a tree starting from these 2 tables?
I really appreaciate the help I've looking since awhile without success.
Thanks in advance for the help.
TABLE ANIMALS
Id
Name
TABLE GENEALOGY
IdFather
IdMother
IdSon
How to build a tree starting from these 2 tables?
I really appreaciate the help I've looking since awhile without success.
Thanks in advance for the help.