"); $row = 1; while($freq = mysql_fetch_array($query)) { if(!is_integer($row/2)) { $row_colour = $list_colour_a; } else { $row_colour = $list_colour_b; } echo(" " . $freq['freq_descr'] . " " . $freq['freq_current'] . "Hz " . $freq['freq_limit_low'] . 'Hz - ' . $freq['freq_limit'] . "Hz " . $freq['freq_notes'] . " \n"); echo(""); $graph_type = "sensor_frequency"; $graph_array['id'] = $freq['sensor_id']; $graph_array['type'] = $graph_type; include("includes/print-quadgraphs.inc.php"); echo(""); $row++; } echo(""); ?>