Rew,
How do I add mls areas to any sample snippet? The zip code is too broad, I need to define certain mls areas. Thanks!
Example:
<?php
$_REQUEST['snippet_city'] = "";
$_REQUEST['idx'] = "all";
//$_REQUEST['snippet_subdivision'] = "";
//$_REQUEST['search_subtype'] = "";
//$_REQUEST['minimum_bedrooms'] = "";
//$_REQUEST['minimum_bathrooms'] = "";
//$_REQUEST['minimum_price'] = "";
//$_REQUEST['office_id'] = "";
//$_REQUEST['minimum_sqft'] = "";
//$_REQUEST['minimum_year'] = "2007";
//$_REQUEST['minimum_acres'] = "";
//$_REQUEST['search_zip'] = "";
//$_REQUEST['search_zip'] = "";
include_once $_SERVER['DOCUMENT_ROOT'].'/idx/inc/php/pages/snippet.php';
?>

