radio php

';
print "\n";
while (false !== ($entry = $d->read())) {
if (stristr ($entry , $tst)) {
print ('' . "\n"); //escreve no código
if ($tel==1) {$first=$entry;}
$tel++;
}
}
print '
';
?>