$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 '
';
?>
|
#186613 - 03/18/20 02:38 PM
Tom Angle Saddlery & Leather Works
|
Knife Enthusiast
Registered: 10/31/07
Posts: 7484
Loc: Garden Valley, Idaho
|
This fellow has been doing this for 50 years and does some impressive work. He does do knife sheaths and holsters. Check out his FB site and photo album. Pap https://www.facebook.com/1614728025415059/posts/2495912823963237/
_________________________
Mike Allen RKCC-CM-086 True West Magazine Maniac Randall Collector Behring Made Collector Ruana Collector Glock Fan NRA- Life Member since 1975 mikenlu99@aol.com
|
Top
|
|
|
|
|
|
|