php appending data

I have posted about four times on this blog to cover the file functions, to read, write append data to files. This post gives links to each post so that if you are up to learn file reading and writing you can find whole stuff on single place. So here we go.

- PHP code to read text from a file
- PHP code to read single line or read text line by line from text file
- PHP code to create/open file for writing
- PHP Code to append data to a file(write data at end of file)

If you have any more questions about file handling in PHP just direct them to me via comments.

Posted in |