Players | 2025 Preliminaries
Games list for current season: SELECT `GAMEID`, `buy-in` FROM `steelcity_games` WHERE `game_date` >= '2021-01-01' AND `game_date` <= '2024-12-31' ORDER BY `game_date` DESCGamedata var dump
object(mysqli_result)#2234 (5) { ["current_field"]=> int(0) ["field_count"]=> int(2) ["lengths"]=> NULL ["num_rows"]=> int(2) ["type"]=> int(0) }
Looping through GameRow:
array(4) { [0]=> string(1) "3" ["GAMEID"]=> string(1) "3" [1]=> string(2) "30" ["buy-in"]=> string(2) "30" }
Q2: SELECT * FROM steelcity_results WHERE `GAMEID` = 3 AND `MEMBERID` = 1240
Looping through resultrow
array(18) { [0]=> string(2) "25" ["RESULTID"]=> string(2) "25" [1]=> string(1) "3" ["GAMEID"]=> string(1) "3" [2]=> string(4) "1240" ["MEMBERID"]=> string(4) "1240" [3]=> string(1) "0" ["re-buy"]=> string(1) "0" [4]=> string(1) "0" ["top-up"]=> string(1) "0" [5]=> string(1) "6" ["result_place"]=> string(1) "6" [6]=> string(2) "90" ["result_expense"]=> string(2) "90" [7]=> string(7) "3.77964" ["score"]=> string(7) "3.77964" [8]=> string(1) "0" ["winnings"]=> string(1) "0" }
Looping through GameRow:
array(4) { [0]=> string(1) "2" ["GAMEID"]=> string(1) "2" [1]=> string(2) "30" ["buy-in"]=> string(2) "30" }
Q2: SELECT * FROM steelcity_results WHERE `GAMEID` = 2 AND `MEMBERID` = 1240
Looping through resultrow
array(18) { [0]=> string(2) "17" ["RESULTID"]=> string(2) "17" [1]=> string(1) "2" ["GAMEID"]=> string(1) "2" [2]=> string(4) "1240" ["MEMBERID"]=> string(4) "1240" [3]=> string(1) "0" ["re-buy"]=> string(1) "0" [4]=> string(1) "0" ["top-up"]=> string(1) "0" [5]=> string(1) "4" ["result_place"]=> string(1) "4" [6]=> string(2) "90" ["result_expense"]=> string(2) "90" [7]=> string(7) "4.47214" ["score"]=> string(7) "4.47214" [8]=> string(1) "0" ["winnings"]=> string(1) "0" }
Total Games: 2
Some Otherguy (1240), Games Played: 2
| Next Season (2025 - Q1 - Diamonds) ⇒ |
| Game ID | Finished | Expenses | Score | Winnings |
|---|---|---|---|---|
| 3 | 6 | 90 | 3.77964 | $0 |
| 2 | 4 | 90 | 4.47214 | $0 | Total Score: 8.25178 | Total Winnings: 0 |
