1.index.php
$name:
$text
");
fclose($write);
#display comments#
$read = fopen("com.txt","r+t");
echo "ALL comments:$text
"; 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
No comments:
Post a Comment