Is it possible to have a MYSQL call a SHTML or PHP server-side includes via code in the DB?
Not sure that you are asking but for code in the database you need the eval function.
I have a section in my DB that generates html code through a "TEXT" field. I want to be able to use server-side includes within that text field.
Originally posted by raymie Not sure that you are asking but for code in the database you need the eval function.
Please explain the eval function.