Is it possible to store PHP code in a MySQL database and later retrieve this information so that it get's parsed just as all the other code on a page. What I'm trying to do is to build a content management system where all the pages are stored in a db. There's no problem in echoing HTML code but the PHP code doesn't get parsed. Does anybody have an idea how to do this??