$contents = file_get_contents('banner.txt');
$arr = split('~',$contents);
$numads = count($arr) - 1;
$ad1 = rand(0,$numads);
$ad2 = $ad1;
while ($ad1 == $ad2) {
$ad2 = rand(0,$numads);
}
echo '
';
echo '';
echo '' . $arr[$ad1] . ' | ';
echo '' . $arr[$ad2] . ' | ';
echo '
';
echo '
';
?>
|
#185453 - 01/19/20 11:33 PM
Fancy Wood
|
Knife Enthusiast
Registered: 12/15/08
Posts: 616
Loc: NE
|
Finally received my 1877 Shiloh Sharps this year......English Walnut from Cecil Fredi out of Las Vegas. https://www.youtube.com/watch?v=m9DmqPyouPE
Attachments
------
Edited by Doug74 (01/19/20 11:34 PM)
_________________________
***DB***
|
Top
|
|
|
|
|
|
|