Ok i have this working script now thanks to a member here:
Quote:
<?
//populate following array with image urls
$images = Array(
"http://www.xninelivesx.com/header_1.jpg",
"http://www.xninelivesx.com/header_2.jpg",
"http://www.xninelivesx.com/header_3.jpg",
"http://www.xninelivesx.com/header_4.jpg",
"http://www.xninelivesx.com/header_5.jpg"
);
$random_image = $images[rand(0,count($images)-1)];
echo "<img src=\"$random_image\">";
?>
that works perfect.. now i need to use it as an include on my forums.. please give me the right code!
thanks,
Unpleasant SPAMMY links removed by PC poots