Read Text File using PHP Here is the simple trick to read the text file line by line. For this I am going to use the [code]fopen()[/code] and [code]fgets()[/code] function. This is code snippet I AvinashSeptember 19, 2011Tips & TricksKeep Reading