Page is a not externally linkable
coopster - 5:09 pm on Jan 8, 2009 (gmt 0)
You could execute PHP code from a database if you use the eval [php.net] function. However, do so with extreme caution and if it was user-supplied content there is absolutely no way I would even consider using this function. I would never use eval on user-supplied data. You would have to be mad to consider it.