1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 20:10:49 +02:00

Merge pull request #3940 from pendashteh/patch-1

Explains the weird behavior of PHP tag in a PHP script
This commit is contained in:
Max Schumacher
2020-07-07 15:31:14 +02:00
committed by GitHub

View File

@@ -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
/************************************