PDO::ERRMODE_EXCEPTION )); } catch (Exception $e) { die("Error : ".$e->getMessage()); } $req = $db->prepare('SELECT * FROM `taxa`'); $req->execute(); $result = $req->fetchAll(); ?>
=_('These taxa come from INPN TAXREF v14.0.')?>
=_('Kingdom')?> | =_('Phylum')?> | =_('Class')?> | =_('Order')?> | =_('Family')?> | =_('Subfamily')?> | =_('Tribu')?> | =_('Genus')?> | =_('Species')?> |
---|---|---|---|---|---|---|---|---|
=$row['taxon_kingdom']?> | =$row['taxon_phylum']?> | =$row['taxon_class']?> | =$row['taxon_order']?> | =$row['taxon_family']?> | =$row['taxon_subfamily']?> | =$row['taxon_tribu']?> | =$row['taxon_genus']?> | =$row['taxon_species']?> |