echo "<table>";while($row = mysql_fetch_assoc($queryhoras)){echo "<tr><td>". $row['campo'] ."</td></tr>";}echo "</table>";