Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for ($i=0; $i < count($similar_games) ; $i++) {
- $result = mysqli_query($GLOBALS["___mysqli_ston"],"SELECT * FROM gamedata_concepts WHERE game_id='".$similar_games[$i]."'");
- while($row = mysqli_fetch_object($result)){
- $iterator++;
- }
- echo "12277"." ".($iterator)."<BR>";
- $iterator = 0;
- }
Advertisement
Comments
-
- Please use the IN operator, right now you have using equal operator.
Add Comment
Please, Sign In to add comment