Learning PHP: Concatenate Strings and Variables Efficiently

A slightly weird term you’ll hear people use around PHP: “concatenate.” I still remember the first time I heard that word, having no earthly idea what it meant. It turns out it was a common and useful task in PHP: join two strings together so that we get a single string or something that we … Continue reading Learning PHP: Concatenate Strings and Variables Efficiently