Best way to implement a php image gallery?

Caporegime
Joined
12 Mar 2004
Posts
29,919
Location
England
Say I have a website that I want to put a couple of image galleries on, where thumbnails show first and then clicking brings up the full size image, is my best best bet to store the images in the websites file system and reference them from the database or to store the images in the database itself allowing me to backup the whole site content easily by just backing up the database?
 
Caporegime
OP
Joined
12 Mar 2004
Posts
29,919
Location
England
What method do you guys use to deal with thumbnails and enlargements?

I was thinking of exporting all images from Lightroom at two different sizes with thumb/full appended to the name and then using php to switch between the two when clicked on?
 
Back
Top Bottom