[PHP-WIN] Re: Run string as PHP code

2002-02-20 Thread David
I think you mean eval(). http://www.php.net/eval Regards, David -- --- WarpedWeb.Net: http://www.warpedweb.net/ "Sanduhr" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > http://www.php.net/manual/en/function.exec.php > > or put it between ``-quotes. > > "Nic

[PHP-WIN] Re: Run string as PHP code

2002-02-20 Thread Sanduhr
http://www.php.net/manual/en/function.exec.php or put it between ``-quotes. "Nicole Amashta" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... : Can someone tell me the function to run a string as php code? : : I know there is a function, but I can't for the lif