sseeley Posted October 14, 2012 Share Posted October 14, 2012 I hope someone can help with a small query I have. I have a text file with a number of values within. The values are held on the line below a criterion I can search for. With PHP I can search for the text and display the line number, for example 254. I now cannot see how I can lookin a text file and say echo or print line 255? Can anyone help with this at all? Much appreciate any comments from anyone. Thanks Stuart Link to comment https://forums.phpfreaks.com/topic/269445-display-text-from-specific-line/ Share on other sites More sharing options...
requinix Posted October 14, 2012 Share Posted October 14, 2012 I assume those are two different things happening at two different times? file will read a file into an array. Line N will be offset N-1 in that array. Mind the newlines. Link to comment https://forums.phpfreaks.com/topic/269445-display-text-from-specific-line/#findComment-1385113 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.