Hi!
vielleicht ja so:
$datei = "*.txt";
$fp = fopen($datei, "r");
$inhalt = fread($fp, filesize($datei));
echo $inhalt;
fclose($fp);
Hi!
vielleicht ja so:
$datei = "*.txt";
$fp = fopen($datei, "r");
$inhalt = fread($fp, filesize($datei));
echo $inhalt;
fclose($fp);