Diary at ShUT
2) {
$handle = fopen("totem.txt", "a+");
fwrite($handle, "\t".date('l dS \of F Y h:i:s A')."
\n"
."\t".nl2br($_POST["tmt"])."\n"
."
\n");
fclose($handle);
echo "Updated!\n
";
}
echo "\t[Toggle TextArea Color]
\n";
echo "\t[Toggle Posts Display]
\n";
echo "\t\n";
if (file_exists("totem.txt")) {
$handle = fopen("totem.txt", "r");
echo stripslashes(fread($handle, filesize("totem.txt")));
fclose($handle);
}
?>