Full-service Internet Marketing & Web Development
Recent Posts

Sponsors
![]() |
rotating imageCode Wizard, 12-30-2006 |
this script is not created by me...
it's just modified..
<?
srand((double)microtime()*10000000);
$randomtopic = rand(0,1);
if ($randomtopic == "0") {
echo "images/rand-bg/m2.jpg";
} else if ($randomtopic == "1") {
echo "images/rand-bg/m4.jpg";
} else {
echo ( "ERROR: some problem");
}
?>
|
|
Subscribe Now to receive new posts via Email as soon as they come out.
Comments
Post your comments

