-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
23 lines (15 loc) · 991 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
BannerTator
A Simple Stupid Script to rotate images randomly. This script was created originally to
rotate banners on a forum site, but it can be used to rotate any images. Everytime this
script is called, a different image is returned.
To use this script, place the bannertator.php file and the image directory in your webroot,
or where ever you hold your scripts. Places the images you want rotated in the images dir.
Then in your HTML, call the script as you would an image. That's it! Here's a stupid example.
<img src="bannertator.php" />
Simple, I know. Use it to your hearts content. And if you would so oblige, can you folks link
my GitHub page with my other work? Thanks.
One little issue was that I only wrote it to work with PNG images so far. Any further and it
runs the risk of not being a Simple Stupid Script.
http://github.com/psion
By the way, "Simple Stupid Script" is a classification for scripts that are just that, simple
and stupid.