What is the syntax to search by zip code within the snippet?
Thanks,
Shane
What is the syntax to search by zip code within the snippet?
Thanks,
Shane
$_REQUEST['search_zip'] = "12345";
Multiples for zip code - add them separated with commas:
$_REQUEST['search_zip'] = "12345,67890";
Fantastic! Thanks for the help on this Aaron.
© Copyright Real Estate Webmasters 2004-2010, All Rights Reserved. Terms of Service