Guest User

Untitled

a guest
Jul 2nd, 2012
148
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for ($i=0; $i < count($similar_games) ; $i++) {
  2. $result = mysqli_query($GLOBALS["___mysqli_ston"],"SELECT * FROM gamedata_concepts WHERE                                                                    game_id='".$similar_games[$i]."'");
  3.         while($row = mysqli_fetch_object($result)){
  4.             $iterator++;
  5.         }
  6.         echo "12277"." ".($iterator)."<BR>";
  7.         $iterator = 0;
  8. }
Advertisement
Comments
Add Comment
Please, Sign In to add comment