Hey guys I know many well educated people occasionally browse these boards and I wanted to know if anyone could help me in constructing an image gallery in php for a website.
I need a table of thumbnail images that when you click on them open the pic in a big window above the gallery. The images for the thumbs are drawn from a datebase. Each pic has an ID. Anyone have any suggestions as to how to go about it? Or any code would be awesome.
thx =)
Nov-13-2006 03:45
Polt
Supreme tranceaddict
Registered: May 2006
Location: Boston, USA
I am not a php coder, BUT I do know that there are like a bizillion image galleries out there that you can get. I am sure there are a bunch you don't need to pay for.
I've written one that you put into a folder (say, photo_album) and it will parse it and the subdirectories for files of extension you specify (array'd) and generate an image gallery (well, you can make it do whatever you want).