I have a separate php file that stores all my html templates in variables.
These html templates also contains variables, I am calling this file from another file using include().
Now here is the problem...I want the variable in the html templates to be evaluated and the correct values filled in and then it is to be printed.
The problem is that this doesnt work it will print the html but will not evalute the variable, thus leaving them blank.
Help how do I fix this.
thanks
I hope i made sense .