Course lesson

String interpolation & escaping in PHP

Concatenating strings together can sometimes be hard to read. As an alternative, you can use string interpolation to output variables within strings in PHP.

Duration
2 min
Access
Included
Transcript
Retained from source evidence

Concatenating strings together can sometimes be hard to read. As an alternative, you can use string interpolation to output variables within strings in PHP.