I want to be able to display data from a database and output in a table. Also the data that is to be displayed are images that are located in a subdirectory where the php pages are located. This is supposed to be like an online store with images of the product displayed in a table and the user can click on the image and buy the item. I'm able to do this with ASP and Cold Fusion, but I'm learning PHP from scratch. I'm hoping someone will point me to some sample code of something similar.