Je moet ingelogd zijn om te stemmen.
<?php echo('<table>'); echo('<tr>'); while($row = mysql_fetch_array($result)) { $i++ echo('<td><img src="'.$row['link'].'"></td>'); if ($i%5 == 0) { ech0('</tr><tr>'); } } echo('</table>''); ?>
<?phpecho('<table>');echo('<tr>');while($row = mysql_fetch_array($result)){$i++echo('<td><img src="'.$row['link'].'"></td>');if ($i%5 == 0){ech0('</tr><tr>');}}echo('</table>'');?>
ech0('</tr><tr>');
echo('</tr><tr>');