Concatenation of strings in PHP

Concatenation of strings in PHP is done by a . (dot) sign.

It is possible to combine dot with equal sign to make both concatenation and assignment operations at once.

Comments

Popular posts from this blog

Absolute and relative path in HTML pages

Errors

goto PHP operator