Originally posted by CornedBee
"$varname" and $varname are the same (though the first is slower), but '$varname' is not. Stuff inside '' isn't parsed, unlike stuff inside "".
Why doesn't it work the same?