<?PHP
$uitvoerbestand = "tekstinchat1.php";
$bestandsindex = fopen($uitvoerbestand,"a");
fwrite($bestandsindex, "Een reactie van: $naam($email):<BR>");
fwrite($bestandsindex, "$reactie<BR>");
fclose($bestandsindex);
?>