$value) // { // echo $value . '
'; // } $q = "insert into scores(game, user_id, score) values('$i_game','$i_user_id','$i_score')"; if($i_user_id > 0) { $r = mysqli_query($dbc, $q); } // // // echo '

' . $q . '

'; if($i_game == 1) { header("Location: bamboofield.php"); } } ?>