Forløkke spørgsmål
HejHvordan laver jeg en forløkke der tæller 3 op ud af alle $row_rsPrint['id']; og derefter starter på ny linie...tæller 3 op...osv?
<table width="100%" border="0" cellspacing="8" cellpadding="0"><tr>
<?php do { ?>
<td class="normaltxt"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/id<?php echo $row_rsPrint['id']; ?>/<?php echo $row_rsPrint['billede2']; ?>"></td>
</tr>
</table></td>
<?php } while ($row_rsPrint = mysql_fetch_assoc($rsPrint)); ?>
</tr></table>
