$var = "<?php ...php codes here retrieved from database... ?>"; $how_can_I_use_$var_here_as_a_php_code?;
We are able to include a file within the php codes in a php code area. My question is:
"is it possible to use php codes stored in a database in a php area?"