View file tennis/banner/bann.php
<?php $text = file("baza.data"); $top = rand (0,count($text)-1); $out = explode("|",$text[$top]); echo "<a href="$out[1]"/></a>"; ?>
<?php $text = file("baza.data"); $top = rand (0,count($text)-1); $out = explode("|",$text[$top]); echo "<a href="$out[1]"/></a>"; ?>