Hi, does anyone know if there's any way, in the parsing of a PHP script I can open another PHP file into a variable, then get the script within this variable processed and outputted (like an include file)?
Basically, what I'm trying to do is retrieve PHP code from a MySQL database, then output it as if it were from an include file.
I'd really appreciate any help!
Thanks in advance
Kristan