How Do You Open And Append A File
- Forums
- PHP
- How Do You Open And Append A File
i need to know who i can add more text into a file. i tried using the fopen function but it erases everything, i just want to keep the original information on the file and add more information at the end. [2109], Last Updated: Mon Jun 24, 2024
Edwgar
Wed Oct 13, 2010
2 Comments
725 Visits
i need to know who i can add more text into a file. i tried using the fopen function but it erases everything, i just want to keep the original information on the file and add more information at the end.
thanks
like this
fopen($filename, "w+")