advanced code snippet search
onefastsnail on 05/24/12
05/24/12 09:20pm
<?php$text=("Hello World, Please Replace Me!");$write_to_file=fopen("SimpleTextFile.txt","a");fwrite($write_to_file,$text);fclose($write_to_file);echo ("File successfully written");?>
Report this snippet Tweet
Comment:
You need to login to post a comment.