Talking from a \'best practice\' point of view, what do you think is the best way to insert HTML using PHP. For the moment I use one of the following methods (mostly the lat
Do NOT use smarty - PHP is a templating system in itself. Consider using this syntax:
[SOME MARKUP] [SOME OTHER MARKUP] endif; ?>