Hi, i need some help...
I need use a template that i can put in there another php program, example:
i have a index.php and index.template, if i use 4 variables, var1..4 and assign any text and display with the template this work fine, but, for example if in var1 = calendar(); i call a function that if i call this with the browser this display a calendar, but my question is how i can assign a variable the result of a function that return an html code, AND ! this function work with another templeate 🙂 (this suck! i know :=)