Single vs Double Quotes in PHP

This is a simple string.
Warning: Undefined variable $value in /home/dangalo/public_html/assignment3/quotes.php on line 13
this is a string with a variable. the value is:

In PHP, single quotes are used for literal strings, while double quotes can parse variables within the string.