+ Reply to Thread
Results 1 to 5 of 5

Thread: Zip code not working and other issues

  1. #1
    Join Date
    Jun 2006
    Location
    Honolulu
    Posts
    448

    Default Zip code not working and other issues

    I made a new snippet titled Hawaiikai-map, based on the Lanikai-map.

    Changed the city to Honolulu and used the zip code function (96825). The zip code search in the snippet doesn't work. With the zip code enabled the result is no homes found.

    Since the zip code didn't work, I tried searching by city (Honolulu) and by neighborhood. I could input one neighborhood, but adding a second on the same command line resulted in an error. Maybe I am not using the correct separator (; or , or ?).

    Please help.

    thanks, Mike

  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: Zip code not working and other issues

    Which site is this for?
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

  3. #3
    Join Date
    Jun 2006
    Location
    Honolulu
    Posts
    448

    Default Re: Zip code not working and other issues

    Hi Aaron,

    I'm sorry, http://dev17.rewtemplates.com/

    Actually, I checked out my other site and copied its snippet format and got the neighborhood searches to work. The zip code search still doesn't work though.

    Thanks, Mike

  4. #4
    Join Date
    Jun 2007
    Location
    Nanaimo, BC
    Posts
    935

    Default Re: Zip code not working and other issues

    hey Mike,

    I think I've found why your zip code $_REQUEST variable isn't working. If you remove the two [] at the end of it, it should work. Let me know if that fixes things.

    eg:
    $_REQUEST['search_zip'] instead of $_REQUEST['search_zip'][]
    Matt Hutchings
    Programmer | Real Estate Webmasters
    MattH@RealEstateWebmasters.com

  5. #5
    Join Date
    Jun 2006
    Location
    Honolulu
    Posts
    448

    Default Re: Zip code not working and other issues

    Yes, that works.

    Thanks Matt!

+ Reply to Thread

Posting Permissions

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