get_results($sql_gen, ARRAY_A) or die(mysql_error());
$gen_no = $wpdb->num_rows;
$sql_spe = “SELECT DISTINCT data_specie FROM p4pf_data”;
$rows = $wpdb->get_results($sql_spe, ARRAY_A) or die(mysql_error());
$spe_no = $wpdb->num_rows;
$sql_set = “SELECT * FROM p4pf_data”;
$rows = $wpdb->get_results($sql_set, ARRAY_A) or die(mysql_error());
$set_no = $wpdb->num_rows;
$sql_ref = “SELECT * FROM p4pf_references”;
$rows = $wpdb->get_results($sql_ref, ARRAY_A) or die(mysql_error());
$ref_no = $wpdb->num_rows;
?>
Hello everybody!
Big work on database update in these days!
I am trying to upload asap all the primer set suggested by users of the old site. I am just one article far from completion!
At the moment the database counts:
Genera:
Species:
Primer sets:
References:
(live update)
Cheers,
Stefano