Hyperlinking to other table data
11 posts by 4 authors in: Forums > CMS Builder
Last Post: November 24, 2008 (RSS)
By Dave - November 24, 2008
Hi willbegood,
Just break it down into steps and work on them one at a time.
For the first part (linking from the category list to the product list) try this:
Assuming your category list is called categories.php, create links from that page to products.php (or whatever you named your product viewer) like this:
products.php?category=categoryNumOrName
Depending on whether you are storing categories by number or name insert the value there.
Let me know when you get that far and we can take the next step.
Hope that helps!
Just break it down into steps and work on them one at a time.
For the first part (linking from the category list to the product list) try this:
Assuming your category list is called categories.php, create links from that page to products.php (or whatever you named your product viewer) like this:
products.php?category=categoryNumOrName
Depending on whether you are storing categories by number or name insert the value there.
Let me know when you get that far and we can take the next step.
Hope that helps!
Dave Edis - Senior Developer
interactivetools.com
interactivetools.com