how can i just read one line of a file. let say the 4 line.
$lines = file('filename.txt'); echo $lines[3];
e.g.