Yes, variables embedded in strings are evaluated if string delimited by double-quotes. $a = "A"; $b = "$a B"; /* now $b == 'A B' */