diff --git a/farp.php b/farp.php new file mode 100644 index 0000000..2020e08 --- /dev/null +++ b/farp.php @@ -0,0 +1,34 @@ + + + + + + + + UTC " . date("Y/m/d H:i") . "
" . htmlspecialchars($_POST["body"]) . "
" . $content; + + // write string back into the file + $myfile = fopen("posts.txt", "w") or die("Unable to open file!"); + fwrite($myfile, $content); + fclose($myfile); + } + ?> + + + + + \ No newline at end of file