Codice PHP:
<?php
$nome = 'giusavoltedde'
$benv = 'ora sei'
$al = 'un AlterVistiano'
$tex = htmlspecialchars("$nome");
$texd = htmlspecialchars("$benv");
$text = htmlspecialchars("$al");
$var = fopen("uno.php","w+");
$vard = fopen("due.php","w+");
$vart = fopen("tre.php","w+");
fwrite($var,$tex);
fclose($var);
fwrite($vard,$texd);
fclose($vard);
fwrite($vart,$text);
fclose($vart);
include('uno.php');
include('due.php');
include('tre.php');
?>
non ci capisco più niente senza i colori
comunque... auguriiiii