+ Reply to Thread
Results 1 to 3 of 3

Thread: Snippet that searches by Zip Code

  1. #1
    Join Date
    Aug 2007
    Posts
    474

    Default Snippet that searches by Zip Code

    What is the syntax to search by zip code within the snippet?

    Thanks,
    Shane

  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: Snippet that searches by Zip Code

    $_REQUEST['search_zip'] = "12345";

    Multiples for zip code - add them separated with commas:

    $_REQUEST['search_zip'] = "12345,67890";
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

  3. #3
    Join Date
    Aug 2007
    Posts
    474

    Default Re: Snippet that searches by Zip Code

    Fantastic! Thanks for the help on this Aaron.

+ Reply to Thread

Similar Threads

  1. Zip Code in snippet?
    By Marc Zuazua in forum REW CMS 2 Questions
    Replies: 4
    Last Post: 11-05-2008, 02:41 PM
  2. Tweek Snippet Code For IDX
    By DMG in forum Coding
    Replies: 1
    Last Post: 11-04-2008, 02:57 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