nella pagina elabora1.php metti un

Codice PHP:
<?php
$note 
$_POST['note'];
print 
"ciao, hai inserito il testo: ".$note;
?>