"); $row = 1; while($fan = mysql_fetch_array($query)) { if(!is_integer($row/2)) { $row_colour = $list_colour_a; } else { $row_colour = $list_colour_b; } echo(" " . $fan['sensor_descr'] . " " . $fan['sensor_current'] . " rpm " . $fan['sensor_limit'] . " rpm " . $fan['sensor_notes'] . " \n"); echo(""); $graph_type = "sensor_fanspeed"; $graph_array['id'] = $fan['sensor_id']; $graph_array['type'] = $graph_type; include("includes/print-quadgraphs.inc.php"); echo(""); $row++; } echo(""); ?>