PDA

View Full Version : Random item in template


FBChris
03-28-2009, 03:06 PM
Is it possible to add a random item into a template?

I for example want to insert an image between 1 and 100. For example "img1.gif" or "img77.gif"

So I'd like to do a random(1,100).

Lynne
03-28-2009, 03:07 PM
You can do random stuff with php. So, write a plugin to do what you want.