<?php { $tytul=$pokaz['tytul']; $obrazek=$pokaz['obrazek']; $obrazekxl=$pokaz['obrazekxl']; echo" <a href=\"$obrazekxl\" title=\"$tytul\"><img src=\"$obrazek\" title=\"$tytul\" /> $tytul <br /><img src=\"image/twarz.gif\" title=\"$autor\"> </a> "; } ?>
wiem ze musze uzyc petli for np:
<?php $ile = 3; for (int i=0 ; i<$ile ; ++i) ?>
ale jak to połączyćz wyświetlaniem obrazka w np $ile=3 kolumnach ?