when you use double quotes, php will parse the string to see if there is any variables in it and convert them to the appropriate value. this will waste some parsing time though it shouldn't be a noticable difference. so it's suggested that unless you have variables that need to be converted, use single quotes.