summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAlexar <github@alexar.me>2020-05-30 05:02:34 +1000
committerGitHub <noreply@github.com>2020-05-30 05:02:34 +1000
commitea3d958179d0da54e2795733b782962f60662750 (patch)
treebb4214f4059f761064e304a725d2ef9a21313a9a
parent54c34420f8606fe641a196aeed875814f55467a6 (diff)
Explains the weird behavior of PHP tag in a PHP script
-rw-r--r--php.html.markdown1
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
/************************************