Closed k00ni closed 6 years ago
if you use + in PHP it actually tries to sum up things, not combine them. Use . instead.
+
.
Thanks!
if you use
+
in PHP it actually tries to sum up things, not combine them. Use.
instead.