Try with eval() function.


"Martin Bálint" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hello,
>
> is this possible?
>
> I have a script stored in mysql database. For simplicity let's say:
>
> <?
> phpinfo();
> ?>
>  is stored in db.
>
> Is it somehow possible to include this script to a running php process for
> execution? Some analogy to include(file); but for a mysql stored script?
>
> Thanks
> Martin

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to