"; } } include("bottom"); ?>
"; $sqla ="SELECT `Gene`,$cell FROM `gene_exp`"; $result = mysql_query($sqla); echo"
Overexpressed genes in $cell
"; include("topkey_exp_count"); while ($row = mysql_fetch_array($result)) { if($row[1]>12){ print"
$row[0]$row[1]