Concatenating strings in PHP

Опубликовано: 27 Февраль 2026
на канале: Dave Hollingworth
3,256
34

PHP for Beginners course: ➤ https://davehollingworth.com/courses/
PHP MVC course: ► https://davehollingworth.com/courses/

There are various ways to join or concatenate strings together in PHP:

the concatenation operators
variable interpolation
string and array functions

In this video we'll look at how all of these work, and when it's best to use each one.

Resources shown in the video:

https://www.php.net/manual/en/languag...
https://www.php-fig.org/psr/psr-12/#6...
https://www.php.net/manual/en/languag...
https://www.php.net/manual/en/functio...
https://www.php.net/manual/en/functio...
https://www.php.net/manual/en/functio...

Code shown in the video:
https://gist.github.com/daveh/ae09c5a...