Ver original$consulta = mysql_query("SELECT datos FROM tabla");while($registro = mysql_fetch_array($consulta)){ echo $registro["datos"]."<br />\n";}