I'm sure how to frame the question. Here's the problem. I would like to store PHP code in a database. Then I would like to while-loop through the array executing the code something like this:
<? while($RS=mysql_fetch_array($RR)) { execute $RS["php_code"]; } ?>
This would require something like the equivalent of eval in javascript. Does PHP have that capability?
yeah it's called..... eval ! LOL
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php