Explains the weird behavior of PHP tag in a PHP script

This commit is contained in:
Alexar 2020-05-30 05:02:34 +10:00 committed by GitHub
parent 54c34420f8
commit ea3d958179
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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