[Solved] what`s wrong with this code? [closed] January 4, 2023 by Kirat The concatenation operator in PHP is . not +. So change += to .=. 1 solved what`s wrong with this code? [closed]