Posted by J.O. Aho on 02/02/06 17:25
zemask wrote: > Hi, > > Is there a function to execute PHP code contained in a string ? > Example : > > $toto='<? echo "ca marche"; ?>'; > You could try exec("php -r '$toto'"); but do remove the <? and ?> //Aho
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming