require_once("conn.php"); require_once("includes.php"); //get the prices $q1 = "select * from yellow_prices, yellow_priority where yellow_prices.PriorityLevel = yellow_priority.PriorityLevel order by PriceValue"; $r1 = mysql_query($q1) or die(mysql_error()); $col = "white"; while($a1 = mysql_fetch_array($r1)) { if($col == "white") { $col = "dddddd"; } else { $col = "white"; } $Prices .= "