I\'m trying to read a specific line from a text file using php. Here\'s the text file:
foo foo2
How would I get the content of the seco
Use stream_get_line: stream_get_line — Gets line from stream resource up to a given delimiter Source: http://php.net/manual/en/function.stream-get-line.php