1.index.php
$name:
$text
");
fclose($write);
#display comments#
$read = fopen("com.txt","r+t");
echo "ALL comments:
";
while(!feof($read)) {
echo fread($read, 1024);
}
fclose($read);
}
else{
$read = fopen("com.txt","r+t");
echo "ALL comments:
";
while(!feof($read)) {
echo fread($read, 1024);
}
fclose($read);
}
?>
2.com.txt