Page is a not externally linkable
rob7591 - 1:39 am on Jan 8, 2009 (gmt 0)
You can't pull a server-side language from a database as far as I know, because if I'm not mistaken, you're probably echoing it. Anything you echo won't be compiled by the server, it will just be outputted to the web page. If you want to compile external PHP, you'll probably have to use include() and use a file, not database.