Strings Php

$name = "john";
print "hello, $name"; 
?>