This sentence uses single quotes.
This sentence uses double quotes, and my name is Hajar.
Single and double quotes are both used to create strings in PHP, but they work differently. Double quotes can recognize variables and display their values inside a string. Single quotes usually display the text exactly as it is written and do not automatically replace a variable with its value.