File handling with PHP
In this tutorial we will be learning about file handling in php, as we go about this tutorial I’ll be creating a simple application that will write to a file and display the data from the file. To perform any operation on a file we need to first create a handle, to do so we […]