aebstract Posted June 30, 2010 Share Posted June 30, 2010 I have a text file with a lot of lines. Need to make each new line in the text file a new part of an array so I can loop through and remove everything except the first 5 characters. Unless there is a way to just remove everything except the first 5 characters of each line, they will also need a comma added to the end of them. If I get them in an array I can do whatever I need though. Link to comment https://forums.phpfreaks.com/topic/206290-crate-arrays-from-text-file/ Share on other sites More sharing options...
kenrbnsn Posted June 30, 2010 Share Posted June 30, 2010 Take a look at the file function. Ken Link to comment https://forums.phpfreaks.com/topic/206290-crate-arrays-from-text-file/#findComment-1079205 Share on other sites More sharing options...
aebstract Posted June 30, 2010 Author Share Posted June 30, 2010 haha thanks, didn't realize it was that simple. Link to comment https://forums.phpfreaks.com/topic/206290-crate-arrays-from-text-file/#findComment-1079207 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.