The Difference Between Double and Single Quotes in PHP
In PHP, the difference between using double or single quotes is quite large unlike other languages like JavaScript. The main difference, that I believe is most important, is you can use variables inside of double quotes in wherein single quote statements you cannot. For example, …