testing page

Your content goes here.
int(10) ["Tom Clancy's Rainbow Six: Siege"]=> int(8) ["Arma 3"]=> int(7) ["Minecraft"]=> int(3) ["Grand Theft Auto V"]=> int(2) } $i = 1; foreach($gc as $key => $value) { echo 'Game: '.$key.' - '.$key; // This will output a list of games with the [GameName] - [Number] if ($i++ == 10) break; // Limits the number of games that will be displayed. }