Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php append line to file

file_put_contents("filename.txt","new line to appended
",FILE_APPEND);
 
PREVIOUS NEXT
Tagged: #php #append #line #file
ADD COMMENT
Topic
Name
2+7 =