kod
$kolor="tr_1"; } else { $kolor="tr_2"; } $query = "SELECT * FROM opisy where ocen=ocen < 1 ORDER BY ocen"; $ile=1; if ($ocen <> 1) { $ocen = $row['ocen']; echo '<tr> <td class="'.$kolor.'"><p>'.$ile.' '.$row['content'].' Ocena: '.$ocen.'</p></td> </tr>'; $ile++; } } ?>