I'm not sure if this is proper forum for this question or not.
I have a MySQL database that contains a upc number, an artists name and an image. I would like to create an image scroller (just like this) that displays an image, the artists name underneath the image and when a user clicks on the image they are taken to a link, like www.domain.com/page.php?upc=$upc. Does anyone have any thoughts on how to do this?
Any sort of guidance would be greatly appreciated. Thanks!