<a href = "forum.php3?orderby=tytul">
A następniedałem warunek:
<?php if($orderby == 'tytul'): $sql = \"select * from post order by 'tytul'\"; (...) ?>
Ale jak na razie nie działa, bo automatycznie daje kolejkę według daty...
<a href = "forum.php3?orderby=tytul">
<?php if($orderby == 'tytul'): $sql = \"select * from post order by 'tytul'\"; (...) ?>