Hi,
habe es so gelöst:
$contentDatei = file_get_contents ("datei.inc.php");
$text = str_replace("[string]", $contentDatei, $text);
das funzt wundebar,
danke für eure hilfe.
Hi,
habe es so gelöst:
$contentDatei = file_get_contents ("datei.inc.php");
$text = str_replace("[string]", $contentDatei, $text);
das funzt wundebar,
danke für eure hilfe.