Hi guys, i have 1 template-file, which is included into main file.
some.template:
...
<?php echo '!'; ?>
...
in main file i read file into 1 variable and display it. Of course, php script doesn't run there. How can i do that, what i want?
Thanks