Page 1 of 1
text database
Posted: Thu Apr 24, 2003 8:22 pm
by nincha
how do you write info onto a text and how would u read it??
text append
Posted: Thu Apr 24, 2003 8:51 pm
by phpfreak
http://www.devnetwork.net/forums/viewto ... highlight=
use ab instead of rb in the fopen command so that you can append the text.
Let me know if this is not what you want.
regards,
srinivas
Posted: Fri Apr 25, 2003 1:10 pm
by m3mn0n
Have you looked at the Manual's
filesystem &
mysql functions?
fopen and it's associated funcs should help you out.
