ok so what i want to beable to do is have a coded up website template (with php in it) that is stored in the DB. and i would like to call it in a query. That part works fine but what doesnt work is the php being called from the DB. It seems like it just calls the php but it does not execute. I did look this problem up on the oracle (google) but saw told to stay away from eval(); or what ever it is.
Now you might be asking why i want to do this. well that is simple i would like to beable to change the template of site to something else by just uploading the code to the DB. Unless there is better way.
thanks in advance