+ Reply to Thread
Results 1 to 2 of 2

Thread: IDX City Codes

  1. #1
    Join Date
    Aug 2009
    Posts
    48

    Default IDX City Codes

    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!

  2. #2
    Aaron is offline Real Estate Webmasters Staff Aaron's Most Recent Blog Entry: Email etiquette Aaron is on a distinguished road
    Join Date
    Jun 2005
    Location
    Nanaimo
    Posts
    24,278

    Default Re: IDX City Codes

    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,
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

+ Reply to Thread

Similar Threads

  1. Missing City of Round Rock
    By Celeste in forum REW IDX
    Replies: 2
    Last Post: 08-11-2009, 07:50 AM
  2. Replies: 0
    Last Post: 04-21-2009, 11:34 AM
  3. Replies: 0
    Last Post: 04-21-2009, 11:28 AM
  4. City pages content
    By Discover Davis Homes in forum Writing for the web
    Replies: 8
    Last Post: 12-31-2008, 05:03 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts