Hallo Andre,
so funktionieren beide Tags nicht:
<?php include("test.txt"); ?> statt
<?php include(test.txt); ?>
Textstring in Hochkommas oder Anführungszeichen
<?php include($pfad); ?> statt
<?php include('$pfad'); ?>
Variablennamen ohne Hochkommas oder Anführungszeichen
dann gehts
SolOng
Stephan