PHP Inline HTML
http://www.4webhelp.net/tutorials/php/echo.phpThe article in the link above describes the process of adding inline HTML to PHP code instead of "echo '<html>';". It seems like it's much faster to not process each echo statement with PHP.
This is definitely a big "oh!" moment for someone still learning PHP.