$variable2 = $variable;
$variable = 'hello world';echo '$variable'; // $variableecho "$variable"; //hello world
$replace = "$templateblah";
$replace = $templateblah;