Course
summary


    0 chapters available

Loading...

Create a dynamic website with PHP

Difficulty: Beginner ● Progress: 0 / 0 modules completed

Merge two strings

nicolasbrondinbernard_A_bandage._100_white_background._Style_32_4bb933fe-c322-40b4-a3d6-cccbf1838101.jpg

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