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']?> |