This small snippet will allow you to load CSV or other delimited Data from a File into a named array. The heads in the CSV file will be used for the names of the array keys.
array
Deep In Array
October 30th, 2007 - brett
Function similar to in_array() but it recursively searches a multi-depth array.
