$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 '
';
?>
|
#179738 - 04/16/19 05:42 PM
Re: Iguana Hunting in the Orlando area
[Re: JE6245]
|
Knife Enthusiast
Registered: 09/19/05
Posts: 1465
Loc: East Tincup General Store,Colo...
|
Okay, I wondered how you fillet a lionfish. Here we go: https://www.youtube.com/watch?v=vqAhXceCYUk(Link is to Florida Fish and Wildlife)
_________________________
David Loomis RKS# 724 RKCC# CM-061 Molon Labe
|
Top
|
|
|
|
|
|
|