Give help. Get help.
Hi all,
I’m curious which plug-in you all would use to load a new image each time a page is visited. A sample of what I’m looking for is here http://www.joemcnally.com/blog/
A new image loads at the very top of the page each time the page is reloaded. I’m looking for the most simple method of accomplishing this. If the images were selected randomly from a folder that would be sweet!
Any input appreciated.
Thanks,
jr
I just do it manually…
I name all the images with the same name and a different number 1-10, then say:
/images/imgname<?= rand(1,10) ?>.jpg
I’m pretty sure that’s right…
I’m not able to get <?= rand(1,3) ?> to work.
I’ve tried searching for the correct syntax but I’m not finding an answer. Any suggestions?
Here is the code I’m using:
Hmmm
My first guess is that your server doesn’t allow short hand. Try this:
Excellent [img]http://www.websitesinaflash.com/images/thumbsup.gif[/img]
You must be logged in to reply to this topic.