$inhalt = get_file_contents(...txt-Datei...);
<?php
$inhalt = get_file_contents(text.txt);
echo $inhalt;
?>
gibt:
Fatal error: Call to undefined function: get_file_contents() in /usr/export/www/vhosts/funnetwork/hosting/xenonx/kas/test/txttest.php on line 3
MFG