Forum Moderators: coopster
I'm trying to extract and display data from a multi dimensional array only the values or key/value pairs that match a given value.
For example, I want to look up and display only items that are priced $12.95 or less and display every piece of information related to these items (name of item, description etc). Don't want to use mysql if at all possible. I want to get it all done only with PHP.