Guest User

Untitled

a guest
Jun 17th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. $somal=mysql_query("select * from games where source='$id'");
  2. $num=mysql_num_rows($somal);
  3. echo "<h1>".$num."</h1>";
  4. while($mar=mysql_fetch_array($somal))
  5. {
  6. for($i=1;$i<=$num;$i++) echo "<a href='watch.php?game=".$mar['game_id']."'>LINK ".$i."</a> || ";
  7. }
Add Comment
Please, Sign In to add comment