Mailinglisten-Archive |
Hallo Reiner, da das manual noch nicht vollständig ist, sollte man das alte von PHP/Fi mal zu Rate ziehen und dort steht geschrieben: Eval(string) Eval takes the contents of the string argument and treats it like a mini PHP/FI script. It will execute it as a separate PHP/FI script. Any variables set or accessed from inside the eval will be from the global reference frame in the current context of the eval statement in the script. Variable substitution is done on the string arguments, so if variables are to be used in the string expression they should be escaped. Some examples: $a = "echo phpversion();"; eval($a); eval("echo phpversion();"); eval("\$a=1; echo \$a;"); -Egon On Wed, 12 Aug 1998, Reiner Kukulies wrote: > Am 12 Aug 98, schrieb E. Paolini zu "Re: [php] include aus > Datenbank?": > > > Gab's da nicht was wie "eval()" oder so ? > > Das funktioniert. Du bist mein Retter, danke. > Hat jemand das im PHP-Manual gefunden? > > Gruß, Reiner > > -- > Reiner.Kukulies_(at)_Uni-Koeln.DE * http://www.uni-koeln.de/~ahs02/ >
php::bar PHP Wiki - Listenarchive