text database

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
nincha
Forum Contributor
Posts: 191
Joined: Fri Mar 28, 2003 12:30 pm
Location: CA, USA

text database

Post by nincha »

how do you write info onto a text and how would u read it??
phpfreak
Forum Commoner
Posts: 30
Joined: Fri Mar 21, 2003 10:28 am
Location: New Jersey,USA
Contact:

text append

Post 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
User avatar
m3mn0n
PHP Evangelist
Posts: 3548
Joined: Tue Aug 13, 2002 3:35 pm
Location: Calgary, Canada

Post by m3mn0n »

Have you looked at the Manual's filesystem & mysql functions? fopen and it's associated funcs should help you out. :)
Post Reply