Hi!
I have a site with the page contents of the various saved in a mysql db.
My problem is: This data also contains php script, and of course, when fetching to string, these scripts are printed, not executed.
Demo:
I want
<p>Hello <?=GetName?>...</p>
to be shown as
<p>Hello Even...</p>