I was wondering if someone could enlighten me on this subject.
I have read that using the single quotes (') the PHP parser will interpret it as a literal string; while, using double quotes (") the PHP parser will go through and parse all variables contained inside it.
Is this true? If so, does it really speed up page creation/rendering?
If not, is there a benefit to it?
~Brett