I am trying to make snippets of IDX for cities. It seems as though when I input
// Search City
$_REQUEST['search_city'][] = 'Daytona Beach';
or any other city, nothing is found.
Is there a list of City codes I need to refer to?
Thanks!
I am trying to make snippets of IDX for cities. It seems as though when I input
// Search City
$_REQUEST['search_city'][] = 'Daytona Beach';
or any other city, nothing is found.
Is there a list of City codes I need to refer to?
Thanks!
Hi Tara,
Yeah - You'll need some codes. Here are the ones that you have on your search form:
DB = Daytona Beach
DBS = Daytona Beach Shores
DEB = Debary
DEL = Deland
DT = Deltona
EDG = Edgewater
HH = Holly Hill
LK = Lake Helen
NSB = New Smyrna Beach
OH = Oak Hill
OC = Orange City
OB = Ormond Beach
OBS = Ormond By The Sea
PIE = Pierson
PI = Ponce Inlet
PO = Port Orange
SD = South Daytona
WBS = Wilbur By The Sea
BEV = Beverly Beach
BUN = Bunnell
PALMCOAST = Palm Coast
FB = Flagler Beach
So this code would work for "Daytona Beach"
$_REQUEST['search_city'][] = 'DB';
Thank you,
© Copyright Real Estate Webmasters 2004-2010, All Rights Reserved. Terms of Service