<?php $file="cena1.txt"; $open=fopen($file,"r"); $read=fread($open,filesize(cena1.txt)); fclose($open); echo $read; ?>
Still nothing works ... Look at the page on the site.
Still...">
<?php $file="cena1.txt"; $open=fopen($file,"r"); $read=fread($open,filesize(cena1.txt)); fclose($open); echo $read; ?>
Still nothing works ... Look at the page on the site.
Source: https://ru.stackoverflow.com/questions/20686/
All Articles