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
If you must do it either way use the curly braces. Don't echo HTML with PHP.