[Edit]
Answer
Using the standard file() function to read large text files (say greater than 10 Mb) may give problems. You should use fopen() fread() fgets() instead.
First answer by Pandoga. Last edit by Pandoga. Contributor trust: 104 [recommend contributor]. Question popularity: 17 [recommend question]





