Paul's Programming Notes PostsRSSGithub

PHP Inline HTML

https://www.php.net/manual/en/language.basic-syntax.phpmode.php

The page linked 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.