diff options
-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 /************************************ |