I've developed a system where i store all userdocs in database (mySQL), using templates and special tags to create content.
Now i want to be able to store php-scripts in the database aswell, but the code is handled as text. I've tried header Content-type and even considered streaming the databasecontent to file and then use include... Anybody got an idea on how i can do this - i'm kind of stuck.
/marwal