=1) { // Send variables for the MySQL database class. $debug="[$score]"; $resultaaat = mysql_query( "SELECT ID FROM highscores WHERE game='$game', name='$name' && score='$score' LIMIT 1"); $aantal = mysql_num_rows($resultaaat); if($aantal!=1){ $sql = "INSERT INTO highscores (time, name, score, IP, game, debug, level) VALUES ('$timee', '$name', '$score', '$realIP', '$game', '$debug', '$level')"; mysql_query($sql) or die("error report INSERT 2"); } } ?>