SleePyCode Forums

Special Site & Other Boards => PasteBin => Topic started by: Guest on Aug 10, 2011, 03:04 AM

Title: Paste-1312945493:v:use_geshi-0:v:type-text
Post by: Guest on Aug 10, 2011, 03:04 AM
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.