write file

How to Write/Read File in PHP

Submitted by GeePee on
In this project, you will learn how to create and read a text file using the php. There are 3 attributes in file handling. The w stands for writing, allows to open and write in the file. The r stands for reading, allows to open and read the file. And a stands for append, which allows to open and append in the file. Hope you learn from this.