I need to develop a tree-like pedigree of animals up to 5 generations.
I know there are other attributes to the animal; but do I need anyother
tables...assuming that I can develop all the code to generate these
ancestors.
I have developed a CSS positioning code that will place these results in a
neat 5 generation tree.
Is there any other alternatives?

Animal
  ID
  Name

Foal
  ID
  SireID
  DamID

Russell Griechen
htttp://sportsmenafield.com
Russell Griechen


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to