1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11:
php { ? >Stuff om hier te herhalen php } terwijl ($row_bla = mysql_fetch_assoc ($bla)); $rows = mysql_num_rows ($bla); als ($rows > 0) { mysql_data_seek ($bla, 0); $row_bla = mysql_fetch_assoc ($bla); } ? >
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28:
"; while ($row_Recordset_List = mysql_fetch_assoc($Recordset_List)) { $i++; echo $row_Recordset_List['id'].""; if ($i == 3) { break; } } if ($totalRows_Recordset_List > 3) { echo „Andere punten: „.“„; terwijl ($row_Recordset_List = mysql_fetch_assoc ($Recordset_List)) { echo $row_Recordset_List [„identiteitskaart“].“„; } } ? >