jinkweon Posted January 9, 2008 Share Posted January 9, 2008 I am trying to uses php to dynamically show products on an online catalog. The catalog is to include there order number price and size. Also I would like to be able to have the images be clicked on for a larger image. Doing this by hand would be ridiculous especially if I change the site's design. there are hundreds of pages. I'm familiar with php and databases, but am just not sure of how to get this done exactly. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/85171-help-to-sort-images-for-a-catalog/ Share on other sites More sharing options...
Lumio Posted January 9, 2008 Share Posted January 9, 2008 I don't understand you question. You want to create your own gallery script? So for example... you got 2 folders. In one there are the large images and in the second folder there are your thumbnails. Right? But if those images are on different pages, I don't know a way to do that dynamicaly. But if there is only one picture on every page, it is easy. Name your Sites as your picture. And then you just read the file with the same name. Quote Link to comment https://forums.phpfreaks.com/topic/85171-help-to-sort-images-for-a-catalog/#findComment-434568 Share on other sites More sharing options...
jinkweon Posted January 9, 2008 Author Share Posted January 9, 2008 hmmm, well the main issue for me is to have to pictures organized onto pages of the site so people can look through tall the different products. I want them to be sortable and i guess the whole thumbnail thing is kind of a plus but the main thing is to get all the products showing on pages. i wanted a script of some sort so i could just like point to the folders with all the images instead of doing it by hand. sorry for the confusion. Quote Link to comment https://forums.phpfreaks.com/topic/85171-help-to-sort-images-for-a-catalog/#findComment-434870 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.