Search found 1 match
- Tue Feb 03, 2009 4:42 pm
- Forum: PHP - Code
- Topic: Changing pictures after some interval
- Replies: 2
- Views: 247
Changing pictures after some interval
Hi, Is there a way to change a picture after some time, let's say 1 hour? I want to use the same place for many banners and cycle them. I'm thinking about using array of strings like this: "<a href="..."><img src="..." /></a>" and a for loop. I would use current system ...