PHP Quotes

There are $var panthers (Using single quotes)

There are 5 panthers (Using double quotes)

Explanation

Single and double quotes both create strings. The difference is that single quotes take the text exactly as it is and special characters are interperated exactly as they are. Double quotes replace these special characters for their values.