<?php $query m= "SELECT * from prezenterzy ORDER BY nazwisko ASC, imie ASC"; { echo '<tr> <td ><strong><a href="index.php?prezenterzy='.$row['prezenter_id'].'">'.$row['nick'].'</strong></a> - '.$row['stanowisko'].'</td> </tr>'; } ?>
<?php $query m= "SELECT * from prezenterzy ORDER BY nazwisko ASC, imie ASC"; { echo '<tr> <td ><strong><a href="index.php?prezenterzy='.$row['prezenter_id'].'">'.$row['nick'].'</strong></a> - '.$row['stanowisko'].'</td> </tr>'; } ?>
<?php $query m= "SELECT * from prezenterzy ORDER BY nazwisko DESC, imie DESC"; ?>