<? $count_games = mysqli_result("SELECT COUNT(*) FROM `user_games` WHERE `id_user` = '$user[id]'"); echo "($count_games)";?>