Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. $query=mysql_query('select * from rank');
  2. for ($i=0; $i<$max; $i++) {
  3. $id0[$i] = mysql_result($query, $i, "id");
  4. $id1[$i] = mysql_result($query, $i+1, "id");
  5. $id2[$i] = mysql_result($query, $i+2, "id"); }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement