I run a fraternity website, and I want to have a picture gallery script in PHP to add into the site that is easy to setup. I am aware of a few, and none of those seemed to work since they require extra libraries and root access and such. My server runs PHP 4.0.6 and it does have GD libraries, and has mySQL support. I basically want the gallery to do the following:
- Read the files from the file directory
- Create clickable thumbnails of them
- Display the picture once clicked.
I can do this myself, but I dont know how to identify the files in the directory, nor make thumbnails of pictures. Please help me out in any way you can.