La stampi normalmente con:
Codice PHP:
 while ($row mysql_fetch_array($query)){
print 
$row["campo1"];
print 
$row["campo2"];
ecc...