shade
BANNED
- Jan 1, 2009
- 146
- 184
I've seen people make extremely long banner rotation codes and quite frankly there annoying. So people please don't freken use if and else statements for your code it's stupid.
You just need something like:
<?php
$ran = rand(1, 5);
$link = link.$ran;
$img = images\yourbannerhere.$ran;
echo "<html><head></head><body><a href=\"$link\"><img src=\"$img\" boder=\"0\"></a></body></html>";
?>
You just need something like:
<?php
$ran = rand(1, 5);
$link = link.$ran;
$img = images\yourbannerhere.$ran;
echo "<html><head></head><body><a href=\"$link\"><img src=\"$img\" boder=\"0\"></a></body></html>";
?>