hello,
okay, i would like to convert a string content to be executable in php... for example...
$string="call_function();";
i retrieve the string out of a database and i want to execute the "call_function" function. is there any way i can do this?
thank you,
oliver