fetchRow(MDB2_FETCHMODE_ORDERED))) { /* geen inschrijvingen ?!?! */ exit; } do { $row[1] = iconv('UTF-8', 'ISO-8859-1', htmldec($row[1])); $row[2] = iconv('UTF-8', 'ISO-8859-1', htmldec($row[2])); $row[3] = iconv('UTF-8', 'ISO-8859-1', htmldec($row[3])); fputcsv($file, $row, ';', '"'); } while (($row = $list->fetchRow(MDB2_FETCHMODE_ORDERED))); ?>