photo album info loaded from php/db
Hi,
I want to do a photo album: Index page list all thumbs. Click will lead to the larger image with info [date, with...,...] fed from a db.
With HTML: I need to have one html page for one large img, so if I have e.g. 100 thumbs, I need to have 100 html pages!!!
I know with php / mysql I can have only one page for the large img. How do I do it? Could you point me to some tutorial or better yet show me how to do it?
Right now, I have a db for all img: img_id, img_name, img_place, img_category. But have no clue about doing php.
Thanks