eh infatti nn capisco
Codice PHP:
<?
if(isset($_POST['submit'])){
$nome_file = $_POST['nome_file'];
$nome_file= "$nome_file.php";
$fp = fopen($nome_file, "w");
$fw = fwrite($fp, $contenuto);
fclose($fp);
echo "<a href='./$nome_file'>vedi</a>";
//recupero dati dal form
$nomeprog = $_POST['nomeprog'];
$categoria = $_POST['categoria'];
$nomesito = $_POST['nomesito'];
$URL = $_POST['URL'];
$vers = $_POST['vers'];
$dim = $_POST['dim'];
$licenza = $_POST['licenza'];
$lang = $_POST['lang'];
$vote = $_POST['vote'];
$gotodown = $_POST['gotodown'];
$lang = $_POST['lang'];
$scarica = $_POST['scarica'];
$download = $_POST['download'];
$desc = nl2br($_POST['desc']);
$contenuto = "<table cellpadding=\"0\" cellspacing=\"0\" border=\"0\" width=\"100%\" align=\"center\">
<tr>
<td class=\"corpo\"><h1 align=\"center\">Info Download</h1>
<br>
<br>
<table width=\"100%\" border=\"0\">
<tr>
<td width=\"22%\" class=\"dettagli\">Nome del Programma</td>
<td width=\"78%\" class=\"dettagli\">$nomeprog</td>
</tr>
<tr>
<td class=\"dettagli\">Categoria</td>
<td class=\"dettagli\">$categoria</td>
</tr>
<tr>
<td class=\"dettagli\">Produttore</td>
<td class=\"dettagli\"><a href=\"$URL\" target=\"_blank\" class=\"nero\">$nomesito</a></td>
</tr>
<tr>
<td class=\"dettagli\">Versione</td>
<td class=\"dettagli\">$vers</td>
</tr>
<tr>
<td class=\"dettagli\">Dimensione</td>
<td class=\"dettagli\">$dim</td>
</tr>
<tr>
<td class=\"dettagli\">Licenza</td>
<td class=\"dettagli\">$licenza</td>
</tr>
<tr>
<td class=\"dettagli\">Lingua</td>
<td class=\"dettagli\">$lang</td>
</tr>
<tr>
<td class=\"dettagli\">Voto</td>
<td class=\"dettagli\"><p class=\"votosoft\">$vote</p></td>
</tr>
<tr>
<td class=\"dettagli\">Download</td>
<td class=\"dettagli\"><a href=\"index.php?page=software/dettagli/$gotodown#scarica\" class=\"nero\">Vai a Download</a></td>
</tr>
</table>
<br>
<br>
<table width=\"57%\" border=\"0\">
<tr>
<td><h2>Descrizione</h2></td>
</tr>
</table>
<table width=\"57%\" border=\"0\">
<tr>
<td><p class=\"just\">$desc</p></td>
</tr>
</table>
<br><br>
<table width=\"100%\" border=\"0\">
<tr>
<td><h1 align=\"center\" id=\"scarica\">Scarica $scarica!</h1></td>
</tr>
</table>
<table width=\"25%\" border=\"0\" align=\"center\">
<tr>
<td><div align=\"center\">
<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"200\" height=\"50\">
<param name=\"movie\" value=\"/software/dettagli/flash/$down.swf\">
<param name=\"quality\" value=\"high\">
<embed src=\"/software/dettagli/flash/$down.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"200\" height=\"50\"></embed></object>
</div></td>
</tr>
</table></td>
</tr>
</table>";
}
?>
ecco il codice completo del crea.php
praticamente io avendo già il form composto da più campi ho fatto recuperare i dati dal form, nella variabile $contenuto ho messo quello che doveva essere stampato nel nuovo file e dentro al contenuto le variabili da cambiare con il form
se volete vedere anche il form basta il tasto dx sul file modulo.php