gotcha,
thanks for the much needed clarity
Search found 3 matches
- Mon Jul 22, 2002 11:44 am
- Forum: PHP - Code
- Topic: file handling for idiots
- Replies: 7
- Views: 1409
- Mon Jul 22, 2002 11:06 am
- Forum: PHP - Code
- Topic: file handling for idiots
- Replies: 7
- Views: 1409
file handling for idiots
the script above is basically what I have right now, It still seems that using the "r+" read/write mode still overwrites whatever is at the beginning of the file. Im trying to set up a script that i can write information from a form into reverse chronological order, so the most recent entr...
- Mon Jul 22, 2002 10:26 am
- Forum: PHP - Code
- Topic: file handling for idiots
- Replies: 7
- Views: 1409
file handling for idiots
hey anyone wanna help a newbie? I want to have php write information to a text file. I would like to write to the beginning of a document from a html form. So far Ive only been able to either overerite the document or appened the document. do I need a script that will analysize the size of the infor...