Page is a not externally linkable
- Code, Content, and Presentation
-- PHP Server Side Scripting
---- Storing PHP into a MySQL database


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.


Thread source:: http://www.webmasterworld.com/php/3821519.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com