I'm trying to jump to a specific line, I know exactly which line I want to read. I want the whole line. (I actually want four lines, but thats not important right now) My code is so intrinsically flawed that I completely ditched it.
$handle = fopen('file.txt', 'r');
$line = [line 158]; <--pseudo code (duh)
fclose($handle);