5

Tutorial: PHP Random Image

Posted on | November 9, 2009

I was working on a website of mine when I came across the need to be able to have a script randomly pull an image from a specific folder and then display it. Obviously, server side scripting is going to be involved so I decided to write this function in PHP. Let’s take a look!

Continue reading…