Guest User

Untitled

a guest
Sep 26th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. $result = mysql_query('SELECT * FROM foo');
  2.  
  3. while ($row = mysql_fetch_assoc($result)) {
  4. // Do something with row
  5. }
Add Comment
Please, Sign In to add comment