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:
There is no need to add the <?php and ?> because anything outside them is simply printed out.