Caricamento...
<?php
$filename = 'ianaz.txt';
function readf($f) {
$h = fopen($f, "r");
$r = fread($h, filesize($f));
return $r;
}
echo 'Il file ' . $filename . ' contiene il seguente testo: ' . readf($filename) . '';
?>
Lascia un commento
Copyright © 2005 - 2010 :: ianaz - created by Silvio Rainoldi