i created the db structure in mysql (first pass but should be close): id#, category, short name, short desc, long desc, thumbpicture (blob), largepicture (blob), pricelow, pricemed, pricehigh;
next i will populate with several test records;
then it is time to link to the web page with php/sql?
each picture will have 3 select buttons (low price, med price, high price); best way to handle?
also, when a user clicks on a picture to see the big picture with additional information (the long description), how is this trapped?
thxs!