diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-07-07 15:31:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 15:31:14 +0200 |
commit | 02742a59343ffe9446259f5f4d84ae612fccd8dc (patch) | |
tree | 80c8cb1065f4f6149279d3cf281deb6d5527ff7d /php.html.markdown | |
parent | e465183dc9c8b760f59cec5e4ed8e2b266a3ab62 (diff) | |
parent | ea3d958179d0da54e2795733b782962f60662750 (diff) |
Merge pull request #3940 from pendashteh/patch-1
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 e1411085..57ba29c4 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 /************************************ |