I have a form where the user can input a code or html or whatever.
When the user submits the form, I've been "unhtmlentities" before saving it to the db.
Then I echo the field with php.
If I just have html in there, it works fine.
But if I put the code:
<? include("index.php"); ?>
and unhtmlentities and then store it in the database, then call the row.....
I get nothing.
What do I need to do, to run php off of a database?
Thanks.