Non mi torna:
Nel file modificafile.php dove devo inserire $_POST['nome_file']?
Al posto diCodice PHP:<?php
$filename = "FILEMODIFICATO.html";
$testo= (get_magic_quotes_gpc()) ? stripslashes($_POST['text']) : $_POST['text'];
$handle = fopen($filename, 'w');
fwrite($handle, $testo);
fclose($handle);
include('aprifile.php');
?>cosa metto?Codice PHP:$filename = "FILEMODIFICATO.html"

Rispondi quotando