Ringtones - Online Loans - Bleach 149 . Bleach 150 - Loans - Remortgaging

PDA

View Full Version : Writing to a file. (PHP)


Nasimov
Apr 28th 2004, 10:01 am
It's possible to ammend data within a file vs. just adding data to the beginning or the end of the file? Mean to change something in the "middle" of the file.

Thanks.

digitalpoint
Apr 28th 2004, 10:08 am
Not automatically, you would need to read the file in, split it and write it out again.

- Shawn