"; echo ""; echo ""; foreach( $row as $key => $value){ if($class=="cell1") $class="cell2"; else $class="cell1"; echo ""; } echo "
$table
".$key.":  ".$value."
"; } } if(!empty($_GET) && !empty($_GET["run"])){ $RunInfo = ($_GET["run"]<3663)?"RunInfo":"newRunInfo"; getruninfo($RunInfo); getruninfo("EndRunInfo"); getruninfo("AnalysisInfo"); }else{ echo "
What do you want?
"; } include ("tail.php"); ?>