$text . = '1 paragraph'; $text . = '2 paragraph'; $text . = '3 paragraph'; echo $text;
This code gives error syntax error, unexpected '='. Strong>
syntax error, unexpected '='
What is the problem?