.slot {color:red;}"; echo "
"; echo str_replace( '_', '_', $blacktxt ); echo "

"; $qr = mysql_query("SELECT * FROM card WHERE color='white' ORDER BY RAND() LIMIT 10"); while( $r = mysql_fetch_assoc($qr) ) { $whitetxt = $r['txt']; $whiteid = $r['id']; echo "
"; } ?>



Try it with fewer choices!