----- Original Message ----- From: "Ben Houlton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 13, 2003 2:49 PM Subject: [PHP] Gettnig PHP code out of a DB? Er...you need to eval() it to get it to parse/run.
> 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) > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php