$n = 1;while(mysql_fetch_assoc($query)){ //Stuff hereecho '<td class="class' . $n .'">'; if($n==1) $n = 2; else $n = 1;}