I want to have a page that takes text from a database (mysql) with inline php code, parse it, and than display the results on screen (as part of another php page). How do I do this?
Thanks,
-Dan
i believe the best way to handle that is with the eval(); statement....
check here for more info::
http://www.php.net/manual/en/function.eval.php
hope it helps.
-dolphinsnot