PHP echo quotes

Whenever I write PHP code, I always use single quotes to echo text, escaping apostrophes and necessary single quote marks with backslashes. Since “double quotes” are much more common in English than ‘single quotes,’ this requires less escaping, and the … Continue reading