Poll: Is this helpful for you?
Yes
No
Don't use
[Show Results]
 
Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Simple banner rotator :)
23-05-2012, 01:33 PM (This post was last modified: 23-05-2012 01:35 PM by Role-Model.)
Post: #1
Rainbow Simple banner rotator :)
I use this php file :

<?php
$number = rand(1,4);

switch ($number){
case 1:
echo '<a target="_blank" href="http://www.yoursite.net"><img src="http://yoursite.com/image.gif" border="0" alt=""/></a>';
break;
case 2:
echo '<a target="_blank" href="http://www.yoursite.net"><img src="http://yoursite.com/image.gif" border="0" alt=""/></a>';
break;
case 3:
echo '<a target="_blank" href="http://www.yoursite.net"><img src="http://yoursite.com/image.gif" border="0" alt=""/></a>';
break;
case 4:
echo '<a target="_blank" href="http://www.yoursite.net"><img src="http://yoursite.com/image.gif" border="0" alt=""/></a>';
break;
}
?>

Regards
Svetoslav

My sites are closed. Google disconnect them and i loose all users.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: