$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 '
';
?>
|
#192052 - 02/08/21 04:53 AM
Re: Florida Gun Owners Beware
[Re: tomthbomb]
|
Knife Enthusiast
Registered: 01/29/21
Posts: 98
Loc: Arizona
|
Edited by aaron (02/08/21 05:40 AM)
_________________________
Go with the flow,but not in a Boeing 737 MAX
|
Top
|
|
|
|
|
|
|