Quotes in PHP

This is single quotes
This is double quotes with variable: Gabriella

Single quotes display text exactly as written and do not process variables. Double quotes allow variables to be interpreted and displayed within the string. Double quotes are more flexiable in PHP.