Harry: PHP-Datei aus MySQL-Datenbankfeld includen

Beitrag lesen

Moin !

[...]

Soweit, so gut ...

$row = mysql_fetch_array ($query, MYSQL_ASSOC);

include ($row["CONTENT"]);

kompletter Batz ;-)

eval($row["CONTENT"]);

http://www.php.net/manual/de/function.eval.php

Warning: Failed opening '' for inclusion (include_path='') in [Pfad]/index.php on line 12

Freilich, include() funzt nur mit Dateien.

Ciao,

Harry