add line to file php code example Example: php append line to file file_put_contents("filename.txt","new line to appended\n",FILE_APPEND);