Possible Duplicate:
Is there a performance benefit single quote vs double quote in php?
Is it true that php adds more processing for quoted strings because it searches for variables?
If so, is it better to use single quotes and break them up for variables.. or what method is better?