= 1) { echo ''; $i = 0; while ($row = mysqli_fetch_array($res)) { echo ($i % 2 == 0) ? ' ' : ''; echo ' '; $i++; } if ($i+1 % 2 != 0) { echo ''; } echo '
'.$row['linktxt'].'

'.nl2br($row['tekst']).'
'; } $sql_foto = 'SELECT * FROM fotoalbum_images WHERE cat_id = '.$connect_id; $res_foto = mysqli_query($link,$sql_foto); if ($res_foto && mysqli_num_rows($res_foto) >= 1) { echo ' '; $i = 0; while ($row_foto = mysqli_fetch_array($res_foto)) { echo ($i % 3 == 0) ? ' ' : ''; echo ' '; $i++; } echo '
'.nl2br($row_foto['omschrijving']).'
'; } ?>

© 2008 Cool Rentals Racing / Team Holland - Wijzigingen voorbehouden