furpsocial


Signature (optional):

"); fclose($myfile); // read from file $myfile = fopen("posts.txt", "r") or die("Unable to open file!"); echo fread($myfile,filesize("posts.txt")); fclose($myfile); ?>