Is there an easy way to iterate over an associative array of this structure in PHP:
The array $searches has a numbered index, with between 4 and 5 assoc
$searches
Can you just loop over all of the "part[n]" items and use isset to see if they actually exist or not?