diff options
author | Alexar <github@alexar.me> | 2020-05-30 05:02:34 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 05:02:34 +1000 |
commit | ea3d958179d0da54e2795733b782962f60662750 (patch) | |
tree | bb4214f4059f761064e304a725d2ef9a21313a9a /php.html.markdown | |
parent | 54c34420f8606fe641a196aeed875814f55467a6 (diff) |
Explains the weird behavior of PHP tag in a PHP script
Diffstat (limited to 'php.html.markdown')
-rw-r--r-- | php.html.markdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php.html.markdown b/php.html.markdown index d4103e97..96f30875 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -34,6 +34,7 @@ echo "World\n"; // Prints "World" with a line break ?> Hello World Again! <?php +// That is because historically PHP started as a Template engine /************************************ |