Hi i am building my site and I need some help with templates. So I have one template in mySQL database: " Welcome today is $date " how can i replace that $date with $date variable builded earlier in code to display something like Welcome today is 20.02.2002. "
So i want to find variables in template and replace it with its predefined values. Is that posible? How?