I have an array of a hundred or so lines, each line has data with "|" separated values. I need to scan through this array, and select the line whose first 5 characters matches a text string. Any ideas or questions?
Comment on this Question and Answer >>>
ASK A QUESTION
More arrays PHP Questions
How do I sort alphanumeric array data correctly?How can I create an array of numbers easily?
How do I reverse sort the members of an array?
How can I reset an array in PHP?
i need to store a multi-dimensioned array into a file. there is plenty of info. on creating md-arrays but i cant find anything on writing a md-array to a file.
