Lid |
|
heb echt van alles geprobeeert
heb nu dit
$sql4 = mysql_query("SELECT id, naam, ip, datum, email, bericht, artiest, titel, altartiest, alttitel FROM verzoekjes ORDER BY id ASC LIMIT $a , $aantal_per_pagina");
while ($show = mysql_fetch_array($sql4)){
$sql4 = mysql_query("SELECT id, naam, ip, datum, email, bericht, artiest, titel, altartiest, alttitel FROM verzoekjes ORDER BY id ASC LIMIT $a , $aantal_per_pagina");
nu is de fout weg maar hij haalt niks uit de database |