Wednesday, May 4, 2016

Image Gallery PHP Script

Description Of The Image Gallery PHP Script


PHP Gallery is a PHP script designed for displaying a thumbnail table of images. The script was originally designed for Helen Peppe.com.

PHP Gallery does not make use of any database systems. Its design is very straight-forward and its code as simple as possible. It is, perhaps, slightly more difficult to use than other PHP gallery software in the respect that it requires you to generate the thumbnails yourself; this is no accident, as I believe that tasks that can be done and completed once should not be done multiple times. Ive always thought it inefficient for the PHP galleries to compress all the images every time theyre called upon. It adds a significant amount of code bloat and server strain.

If you are interested in using this script, please download it from the link below. Some installation documentation is at the head of the source file.

Download Image Gallery PHP Script