/* Search City */
$_REQUEST['search_city'][] = 'CSBS'; works for just that area
but I want three cities, CSBS, CSBE, and CSBW
or if I want to pull listings from multiple zip codes
/* Search Zip Code */
$_REQUEST['search_zip'][] = '92008'; works for one zip code
But if I want to pull all the listings in 92008,92009,92010,92011

Reply With Quote
