I really have no idea what I am trying to say here but I have a 50Gb text file. This PHP script I has filters the stuff in the text file. If I use the filter is opens the WHOLE file and crash's my server. I have a different filter which somehow loads part of the text file and filters it? It seems to be reading the file all the time. Is this possible and what is it called? Thanks
Asked
Active
Viewed 33 times
0
-
use file handler's `fseek` and `fgets` – Fabricator Jun 25 '14 at 02:23
-
See http://stackoverflow.com/q/6733243/ and http://stackoverflow.com/q/16741258/ – Funk Forty Niner Jun 25 '14 at 02:23
-
Thanks a lot! I was getting weird answers because I didnt search correctly. – user3728587 Jun 25 '14 at 02:27