I am kind of confused - I need area's inside of Chicago - Inside Chicago might have over 1.5 million units - its huge and is going to be the primary place for my landing pages - For example the West Loop (60607) which is were i live (might have 10,000 units) - which formula would i use:
$_REQUEST['snippet_city'] = 'west-loop'; or $_REQUEST['snippet_zip'] = '60607';
Here is the snippet that was given to me by Morgan for Chicago Area: (Zip Codes)
<?php
$_REQUEST['snippet'] = true;
$_REQUEST['page_limit'] = 5;
$_REQUEST['idx'] = 'attached-single-family';
$_REQUEST['snippet_zip'] = '60607';
include "idx/common.inc.php";
include "idx/pages/snippet.php";
?>
We have over 80 area's of Chicago some of which I all my business in - If we just use zip codes instead of city in the snippet then it works - but it searches for not the area but the zip code? Right? - No one will search by zip only -
What is the formula that will allow people to search for homes within an area of Chicago - example West Loop (60607) by typing in West Loop and not 60607?
http://www.bestbidrealty.com/west-lo...s-for-sale.php See how the page talks about the zip code - how do i get it to read the Chicago area which is the West Loop ?
Please Help

Reply With Quote

