This question already has an answer here:
I have seen some code in PHP use this expression ${variable}, so; what is this? and when to use it? and what is the difference between ${var} and {$var} ?
${variable}
${var}
{$var}
</div>