echo PHP tag
Whenever something needs to be outputted on a screen an echo command can be used.
echo command can be split between multiple lines of code to generate a paragraph needs to multiple lines.
Alternatively \n can be used to indicate a new line.
There are a number of special characters that can be displayed using back slash symbol.
Comments
Post a Comment