What is difference between single quotes and double quotes in php ?

When string is in single quotes php will not evaluate it. If there is a string with single quotes and if we place a variable in that it would not substitute its value in string, whereas double quotes support variable expansion.If we place variable in double quotes it would substitute its value in string