Possible Duplicate:
Difference between single quote and double quote string in php
What's the difference between single quote ' and double quote " in php? My idea is when one uses a single quote, there is some core value in it that needs to be used in the program, in case of double quote its just a string. Am I correct?