<form name="form1" action="mostrar.php" method="post"> <textarea name="texto1"><textarea> </form>
<?php echo "Valor TextArea 1<br>"; echo $_POST['texto1']; ?>