I know double quotes work, but I know PHP doesn't parse single quotes (therefore faster execution) and *most* statements seem to work fine with single quotes.
It really makes no difference in this case, but if you had variables to fill in these areas, then you could only use double quotes or none at all, single quotes won't parse the variables.