+ Reply to Thread
Results 1 to 3 of 3

Thread: Couple Questions

  1. #1
    Join Date
    Apr 2008
    Location
    Kill Devil Hills
    Posts
    647

    Default Couple Questions

    Hey All,

    2 questions about my snippets.

    How do I reverse prices from descending to ascending?

    And for multiple cities just separate the cities with a comma?

  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: Couple Questions

    For the sorting...

    $_REQUEST['sort'] = 'ASC';
    or
    $_REQUEST['sort'] = 'DESC';

    For multiple cities have a line for each like this:


    $_REQUEST['search_city'][] = "city1";
    $_REQUEST['search_city'][] = "city2";

    Thank you,
    Aaron
    Real Estate Webmasters ( Programming )
    Client Resources | Tutorials | Suggested Enhancements

  3. #3
    Join Date
    Apr 2008
    Location
    Kill Devil Hills
    Posts
    647

    Default Re: Couple Questions

    Thanks Aaron!

    Kevin

+ Reply to Thread

Similar Threads

  1. A couple reasons to go
    By Discover Davis Homes in forum REW Summit
    Replies: 7
    Last Post: 03-17-2009, 03:37 PM
  2. IDX questions
    By Keith.Cook in forum REW IDX
    Replies: 3
    Last Post: 11-26-2008, 03:11 PM
  3. Replies: 3
    Last Post: 09-11-2008, 11:29 PM
  4. Couple snippet questions
    By u2man in forum REW IDX
    Replies: 11
    Last Post: 01-21-2008, 10:12 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