category: PHP

Dynamically Display Images From a Directory

Posted on August 24, 2008 under PHP

Here is a nifty PHP script I use on occasion. It reads a specified directory that you have populated with images, in this case .gif images then spits them out onto a nice 4 column table. I used this for a page that displays customer logos. To add a new logo all the client has [...]