Tagged Questions
0
votes
2answers
215 views
MySQL Family Tree: Hierarchy, Marriage ref, and Display
I am building a Family Tree + History [PHP] website to accompany and showcase my mom's genealogy report that she had put together for her parents' Christmas gift. The tree at least will be based upon ...
0
votes
1answer
167 views
PHP MYSQL family tree 'about' page
I build a family tree.
The table looks like this:
id------firstname------mother------father-------kids
this is the code for person detals page:
$query = mysql_query(" SELECT family.id, ...
0
votes
0answers
456 views
PHP Family Tree (Organization Stucture Chart) Without Javascript
I'm looking for a pure PHP, MySQL, CSS, HTML script without Javascript.
Family tree should run when we disable javascript. Looking for simple class parent child where to put child left or right like ...
3
votes
2answers
1k views
MySQL Store Relationship (Family) Tree
I need to build a family tree in php and MySQL. I'm pretty surprised at the lack of open source customizable html family tree-building software there is out there, but I digress. I have spent a lot ...
13
votes
5answers
8k views
Javascript/PHP Family Tree Builder with Multiple Parents
Is there an existing PHP, Javascript, or even command line tool that can build a family tree in HTML (preferably) or at the very least create an image for it? Multiple parents are a requirement. I ...
4
votes
1answer
2k views
“Family Tree” Data Structure
I'm looking for a way to represent a "family tree" (family tree is an elaborate metaphor) in PHP. This means that children will need to inherit from two (or more) parents.
Here are the requirements:
...
-1
votes
1answer
666 views
bubble chart like family tree [closed]
It is possible to make this bubble chart dynamically using flash or even CSS? If so, is there any other example or tutorial to achieve this.
I will use this for networking purposes.