$q = mysql_query("SELECT * FROM table LIMIT 10"); while ($data = mysql_fetch_assoc($q)) { print_r($data); }