You can append data into file by using a or a+ mode in fopen() function. Let's see a simple example that appends data into data.txt file.
Let's see the data of file first.
data.txt
The PHP fwrite() function is used to write and append data into file.
Example
Output: data.txt