What is the code I need to use for a snippet if I want to search for a particular road within a town?
http://www.best-nh-homes-real-estate.com/
<?php
$_REQUEST['city'] = "Hillsborough_brookline";
$_REQUEST['road'] = "main";
$_REQUEST['price_min'] = "50000";
$_REQUEST['price_max'] = "50000000";
//do not edit below this line
$_REQUEST['snippet_include'] = "true";
include "idx/search.php";
?>


