I'm a newbie and I'm trying to figure out how to display similar products for each of my products on their on product information page on my website.I have a MySQL table of products. For each product on the table, I have several table columns where the value are links to other similar products' pages on my site.I want to show similar products on each product page.How can I use the links on these columns to show a slider of similar product images that when you click on one, it will take you to that product page.I hope I'm explaining this right. I'm sorry if I'm not. Can anyone offer an idea on how to do this? Thanks so much.