Je moet ingelogd zijn om te stemmen.
<? if(isset($_GET['id'])) { $id = $cm->FotoBoekMetId(); $fotos = $cm->FotoBoekMetId(); for($i=0; $i<count($fotos); $i++) { echo " <table width=\"500\" height=\"89\" border=\"0\"> <tr> <th scope=\"col\"></th> <th scope=\"col\"> </th> <th scope=\"col\"> </th> <th scope=\"col\"> </th> <th scope=\"col\"> </th> </tr> </table>"; } } ?>
<?if(isset($_GET['id'])) { $id = $cm->FotoBoekMetId(); $fotos = $cm->FotoBoekMetId(); for($i=0; $i<count($fotos); $i++) { echo " <table width=\"500\" height=\"89\" border=\"0\"> <tr> <th scope=\"col\"></th> <th scope=\"col\"> </th> <th scope=\"col\"> </th> <th scope=\"col\"> </th> <th scope=\"col\"> </th> </tr> </table>"; } }?>
<table width="500" height="89" border="0"><tr> <? for($i=0; $i<count($fotos); $i++) { if ($a < 4) { ?> <td>image <?=$i;?></td> <? $a++; } else { $a=0; ?> <td>image <?=$i;?></td> <? echo "</tr>\n<tr>"; } }?>
<table width="500" height="89" border="0"><tr><?for($i=0; $i<count($fotos); $i++){ if ($a < 4) { ?> <td>image <?=$i;?></td> <? $a++; } else { $a=0; ?><td>image <?=$i;?></td> <? echo "</tr>\n<tr>"; }}?>
<? for($i=0; $i<count($fotos); $i++) { if ($a < 4) { ?> <td>image <?=$i;?></td> <? $a++; } else { $a=0; ?> <td>image <?=$i;?></td> </td> <? echo "</tr>\n<tr>"; } } ?>
<? for($i=0; $i<count($fotos); $i++) { if ($a < 4) {?> <td>image <?=$i;?></td> <? $a++; } else { $a=0; ?> <td>image <?=$i;?></td> </td><? echo "</tr>\n<tr>"; } }?>
0 1 2 3 4 5 6 7 8 9 10 11 12 13 14
0 1 2 3 4 5 6 7 8 910 11 12 13 14
<? if(isset($_GET['id'])) { $id = $cm->FotoBoekMetId(); $fotos = $cm->FotoBoekMetId(); ?> <table width="500" height="89" border="0"><tr> <? for($i=0; $i<count($fotos); $i++) { if ($a < 4) { ?> <td>image <?=$foto[$i]['url'];?></td> <? $a++; } else { $a=0; ?> <td>image <?=$foto[$i]['url'];?></td> </td> <? echo "</tr>\n<tr>"; } } ?> </table> <?php } else { $tekst = "Je kan kiezen uit de volgende categorien:<BR>"; $foto = $cm->FotoBoek(); for($i=0; $i<count($foto); $i++) { $id = $foto[$i]['id']; $catogorie = $foto[$i]['catogorie']; echo $tekst; echo "<a href=\"index.php?id=$id\">$catogorie</a><BR>"; } } ?>
<?if(isset($_GET['id'])) { $id = $cm->FotoBoekMetId(); $fotos = $cm->FotoBoekMetId(); ?> <table width="500" height="89" border="0"><tr> <? for($i=0; $i<count($fotos); $i++) { if ($a < 4) {?> <td>image <?=$foto[$i]['url'];?></td> <? $a++; } else { $a=0; ?> <td>image <?=$foto[$i]['url'];?></td> </td><? echo "</tr>\n<tr>"; } } ?> </table> <?php } else { $tekst = "Je kan kiezen uit de volgende categorien:<BR>"; $foto = $cm->FotoBoek(); for($i=0; $i<count($foto); $i++) { $id = $foto[$i]['id']; $catogorie = $foto[$i]['catogorie']; echo $tekst; echo "<a href=\"index.php?id=$id\">$catogorie</a><BR>"; } }?>