Multiline text in PHP

There are couple of ways of specifying multiline text in PHP. It is possible to use \n characters to specify a new line, or it is possible to specify a multiline text in PHP. This done using three less than signs followed by specific characters. End of that text will be represented by repeating the same characters again. Anything that in between those characters will be treated as text.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator