Recently I\'ve been seeing a lot of this:
When using PHP to generate HTML it can be easier to do something like:
$html = "";
than concatenating a string with a variable with a string, as PHP parses variables in double-quoted strings.