mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Explains the weird behavior of PHP tag in a PHP script
This commit is contained in:
parent
54c34420f8
commit
ea3d958179
@ -34,6 +34,7 @@ echo "World\n"; // Prints "World" with a line break
|
|||||||
?>
|
?>
|
||||||
Hello World Again!
|
Hello World Again!
|
||||||
<?php
|
<?php
|
||||||
|
// That is because historically PHP started as a Template engine
|
||||||
|
|
||||||
|
|
||||||
/************************************
|
/************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user