$ilosc = $tmp['2']; if($ilosc>$rekord) { $dane = "$rekord"; $file = "rekord.txt"; }
$ilosc = $tmp['2']; if($ilosc>$rekord) { $dane = "$rekord"; $file = "rekord.txt"; }
?
<?php $ilosc; // obecna ilość słuchaczy if( (int) $rekord < $ilosc ) { file_put_contents( './rekord.txt', $ilosc ); } ?>