Store PHP code in db.

admin

Administrator
Staff member
I'd like to store html code (with php mixed in) in a db. Eval isn't any good for executing that. Is there anyway that I can achieve the same functionality as include or require with this code?
 
Back
Top