Hello, Benglo!
Hello, $name!

In PHP, double quotes allow for variable interpolation, meaning the variable's value is parsed and inserted into the string. Single quotes treat the string literally, so variables are not interpolated, and special characters are not recognized (except for \\ and \').