Detail page returns the same item no matter which link is clicked from Master page list
I've created a Tab menu that shows recordset items in the Tab Panel when each Tab is clicked. Haven't been able to successfully create a link on the Tab Panel items that will return unique results on a detail page. The detail page returns the same item no mater which panel item is clicked.
I'm using Jason's Web Development Tutorial - Getting started with MySQL and dynamic websites, and tried many different configurations with the same result.
Once this is worked out, I'll be using Data Bridge for the rest of the site. Ray told me recently that DB couldn't be used in Tab menus. Can't I create a master page inside of each tab panel using Data Bridge, or is this overkill?
Though the website is attached, the pages in question are Products2.php and Prod2Detail.php
Thanks