[Solved] How to concatenate a string in PHP? [closed]


It comes from the fact that you’re performing an arithmetic operation on non-numeric data. Use the concatenation operator (.) instead.

1

solved How to concatenate a string in PHP? [closed]