Support

Account

Home Forums General Issues Another Issue with Filtering by Multiple Keys Reply To: Another Issue with Filtering by Multiple Keys

  • You could ignore the array portion of my original code and replace

        $current_city = $exploded_city[0];
        $current_state = $exploded_city[1];

    with

        $current_city = 'Springfield';
        $current_state = 'Missouri';