Advertisement
rainbowdash28

Untitled

May 30th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. <?php
  2.  
  3. $res = mysql_query('SELECT * FROM `users`');
  4.  
  5. while($row = mysql_Fetch_assoc($res)) {
  6.     echo $row['username'];
  7. }
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement