Hi all-
I was wondering if anyone had experience with this scenario:
I have a PHP page that upon execution retrieves a text entry from a MySQL database. In the entry I have embedded PHP that I would also like resolved (blah blah <?php functionCall() ?> blah blah), however since the page had already been executed, I get the embedded PHP written out to the screen. Is there anyway to have that PHP executed and included into the page?
I understand this would require two PHP executions, one for the page to get the DB entry, and one to resolve the PHP in the DB entry, but how would one go about that?
Thanks!
Todd.