News:

Please note these forums are mostly a testing ground for my SMF work and I don't really use them otherwise.

Main Menu

Paste-1312945493:v:use_geshi-0:v:type-text

Started by Guest, Aug 10, 2011, 03:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Guest

SQL looping query goes here.

// Let's make sure that the Game ID hasn't already been used:
if(!in_array($gameid, array($gameids))){
    show results here
}

// Push the $gameid into an array
$gameids[]=array($gameid);}

SQL loop ends here.