0
What is use of Appending file in PHP
1 Odpowiedź
+ 1
Hey Shravya Nadig , appending means to add data to already present data in a file so this helps to add additional data without erasing already present data..
The main purpose of files is to store data , you can write data , read already present data or else append to it.
I hope this helps you here's how you can manipulate with files..
https://www.sololearn.com/learn/PHP/1845/
https://www.sololearn.com/learn/PHP/1846/?ref=app