Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?
  2. $ALL=mysql_query('SELECT * FROM `player_deaths` ORDER BY `time` DESC LIMIT 50');
  3. while($wiersz = mysql_fetch_assoc($ALL)) {
  4. print($wiersz);
  5. }
  6.  
  7. print($wiersz);
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement