include ("../connect.php"); ?>
$mira=mysql_query("SELECT * FROM aporte", $link); while($dato=mysql_fetch_array($mira)){ echo $dato['texto']; } ?>