Je moet ingelogd zijn om te stemmen.
<?php if($qQ = mysql_query("SELECT * FROM games WHERE catid='".$o1['id']."'")) { echo 'stap1'; if(mysql_num_rows($qQ) > 2) { echo 'stap2'; if($q3 = mysql_query("SELECT * FROM games WHERE catid='".$o1['id']."' LIMIT 3,9999")) { echo 'stap3'; while($o3 = mysql_fetch_array($q3)) { echo 'stap4'; ?> - <a href='index.php?pagina=wait&id=<?=$o3['id'];?>'><?=$o3['naam'];?></a><br>