Home | Products | Consulting | Hosting | Forums | Support | Order | 1-800-752-0455
  Main
Index
Search
Posts
Who's
Online
Log
In

Home: Products: CMS Builder:
automatic individual search based on customPage.php

 

 


equinox69
User

Apr 24, 2008, 12:56 PM

Post #1 of 3 (145 views)
Shortcut
automatic individual search based on customPage.php Can't Post

Hi Dave and Co.,

On each record in Inventory the client has a field called "Dealer ID" which has a dealer's ID number. What we want on the produced record output pages is to have a predefined search attached to the dealer ID field or a "see the rest of this dealer's inventory" link. So when a visitor clicks on it, new search results (all the dealer's records) show up to the visitor. We want the search function prepopulated with that dealer's id so that it shows up automatically on each of the records displayed for that dealer. Does that make sense?

Thanks in advance!


Dave
Staff / Moderator


Apr 24, 2008, 1:06 PM

Post #2 of 3 (144 views)
Shortcut
Re: [equinox69] automatic individual search based on customPage.php [In reply to] Can't Post

Sure. If your field is called 'dealer_id' you should be able to display it with something like this:
<?php echo $record['dealer_id']; ?>

Next, you should be able to list all the inventory by a specific dealer by adding this to the url of the list page:
listPage.php?dealer_id=123

So if we combine those, it would look something like this:
<a href="listPage.php?dealer_id=<?php echo $record['dealer_id']; ?>">see the rest of this dealer's inventory</a>

Give it a try and let me know how it goes.

Dave Edis - Senior Developer
interactivetools.com


equinox69
User

Apr 25, 2008, 3:30 PM

Post #3 of 3 (128 views)
Shortcut
Re: [Dave] automatic individual search based on customPage.php [In reply to] Can't Post

It works terrificly!

So, are my questions just too easy or are you guys just THAT good? Both?
Wink

Terry

 
 
 


Search for (options)
Products
CMS Builder
Article Manager
Realty Manager
Listings Manager
Order Now
Services
Priority Consulting
Hosting
Support
Online Documentation
Support Forums
Support Homepage
Company Info
12 reasons to choose us!
Meet the team
Monthly newsletter
Contact Us
Toll Free: 1-800-752-0455
Phone: (604) 689-3347
Sales | Support
Conditions of Use | Privacy Policy | Copyright © interactivetools.com 2008
#201 - 2730 Commercial Drive, Vancouver BC Canada V5N 5P4