PHP prints out what is outside <?php ?>, useful for html.

There is no need to add the <?php and ?> because anything outside them is simply printed out.
This commit is contained in:
Gunnar Guðvarðarson
2013-10-12 09:27:11 +00:00
parent 4c4d25f29f
commit 0e0d714a28

View File

@@ -1,3 +1 @@
<?php
print("Hello World");
?>
Hello World