Quote:
Originally Posted by cyberxxx
PHP Code:
<?php
$ads = array('<a href="http://www.cnn.com/">CNN</a>', '<a href="http://www.ibm.com/">IBM</a>', '<a href="http://www.microsoft.com/">Microsoft</a>');
shuffle($ads);
echo $ads[0];
?>
just 3 lines of code 
|
How can I make it look like this?
http://pages.etology.com/imp2/35743.php
I want to be able to rotate multiple ads at the same time.