<textarea> <?php while($r = mysql_fetch_array($query)){ echo $r['nombre']; // imprime 'Pepe' } ?> </textarea>