ciao webbeloz, il tuo avatar continua a nn piacermi :tongue: :
<?php
$nuovofile = $text."./mionome.txt";
$fp = fopen ($nuovofile,"w+");
fwrite($fp, $_POST ['Testo1'] );
fclose($fp);
?>
se nel file txt vuoi avere una variabile "miavariabile="
<?php
$nuovofile = $text."./mionome.txt";
$fp = fopen ($nuovofile,"w+");
fwrite($fp, "miavariabile=".stripslashes ($_POST ['Testo1']) );
fclose($fp);
?>
![]()