PHP String Operators

In PHP there are two string operators. The first PHP string operator is the concatenation operator (‘.’) This operator returns the concatenation of its right and left arguments. Example: The second PHP string operator is the concatenating assignment...