Create a dynamic website with PHP
Difficulty: Beginner ● Progress: 0 / 0 modules completed
Merge two strings

When we merge two (or more) strings of characters into a single output string, we call this "concatenation".
In PHP, you can concatenate two strings using the
.operator
You need a free account to read this module