i.e. a mysql row contains
Code: Select all
<?php
echo "Hi man! You rule!";
$he_sure_rules="Y";
?>Code: Select all
<?php
/* some sort of function here */
?>Code: Select all
Hi man! You rule!Would that be the eval() function? Or something else? Is it even possible?