ad thema:
nun hab och das
PHP-Code:
function test() {
$anschrift = $_REQUEST['anschrift'];
$strase = $_REQUEST['strase'];
$plz = $_REQUEST['plz'];
$preis = $_REQUEST['preis'];
$freundl = $_REQUEST['freundl'];
$atmos = $_REQUEST['atmos'];
$sauberk = $_REQUEST['sauberk'];
$lage = $_REQUEST['lage'];
$text = $_REQUEST['text'];
$link = $_REQUEST['link'];
$name = $_REQUEST['name'];
$foo = addcslashes(implode('', file('Vorlage.htm')), '"');
$Fertig = eval("echo(\"".$foo."\");");
return $Fertig;
}
$test = test();
nur $test ist leer

warum will sich das ned in eine var schreiben lassen?