fwrite() question
Posted: Fri May 09, 2008 1:53 pm
Hi,
I have a minor problem
I write to an empty txt file some data, but when I try to write again to that same file, the previously inputted data disappears and gets replaced with the new data. I was wondering why that is and if there is an "append" function that i can use other than fwrite(). Maybe im just doing something wrong and dont realize it.
thanks in advance.
I have a minor problem
I write to an empty txt file some data, but when I try to write again to that same file, the previously inputted data disappears and gets replaced with the new data. I was wondering why that is and if there is an "append" function that i can use other than fwrite(). Maybe im just doing something wrong and dont realize it.
thanks in advance.