Tuesday 14 August 2018

How to read a file line by line in php

You can use the fgets() function with combination of fopne() funciton to read the file line by line.
Using PHP5 spl iterators, object oriented style.

0 comments:

Post a Comment