Is there a way we can provide the line number for fgets function to start from somewhere in the middle of a text file rather than the beginning?
www.php.net/fseek it doesn't work with line numbers though. But maybe you could do that with file() and array_slice().