Forum Moderators: coopster
I'm trying to build a new page management system for my site, like this:
1. A form to make / edit pages
2. A script to put it into database
(works correctly till now)
3. Get the page out of the database and display it inside another php page.
But it won't parse php that was stored in a database... how do I make it work, any ideas?