Read one line of text from a text file with PHP

Posted by Shek on May 23, 2008 under PHP | Be the First to Comment

In some cases, rather than using the database to store data, you can also use a text file “.txt” to store a record. Maybe the record is a name, a number or a line of text. To read the line in the text file, I have create an example to show you how to do so:
Read more of this article »