The closest I\'ve seen in the PHP docs, is to fread() a given length, but that doesnt specify which line to start from. Any other suggestions?
Here is the possible solution :)
= $startLine) { echo $line; } if ($lineNo == $endLine) { break; } } fclose($f); ?>