stalian4002 Posted January 9, 2009 Share Posted January 9, 2009 hi i wanted someone to help me build a simple family tree database that links all relations between one another can anyone help me build the tables that Link to comment https://forums.phpfreaks.com/topic/140211-beginner-mysql-help/ Share on other sites More sharing options...
revraz Posted January 9, 2009 Share Posted January 9, 2009 I think I would probably approach it with a table like id name mother father Then enter each person's name and link their mother and father via id 1 John 2 3 2 Mary 4 5 3 Ken 4 Helen 5 Henry Maybe something along those lines? Link to comment https://forums.phpfreaks.com/topic/140211-beginner-mysql-help/#findComment-733744 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.