My Blog
—
by
<?php $myfile = fopen("example.txt", "w"); $txt = "John Doe\n"; fwrite($myfile, $txt); fclose($myfile); $myfile = fopen("example.txt", "r"); echo fread($myfile, filesize("example.txt")); fclose($myfile); ?>
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Leave a Reply