Is there a way to get PHP script/code out of a DB? Becasue, when I enter PHP code into the textbox and hit submit, and go check the page it has nothing there with <?php xxxxxxx ?> and just shows the code, e.g. include("menu.php"); without the <? ?> tags, the code I'm using to import the DB text is below:
} elseif ($id == $row["id"] && $cat == $row["cat"] && $row["xtra"] == php) { $msg = $row["msg"]; $msg; } Thank you for your time! -Ben (Note: My post didn't come up before, if it does, sorry for double posting)