[thelist] Line breaks in plain text email

Jack Timmons jorachim at gmail.com
Mon Apr 6 15:48:12 CDT 2009


On Mon, Apr 6, 2009 at 11:48 AM, Barney Carroll <barney.carroll at gmail.com>wrote:

> That is absolutely fascinating.
>
> Thanks so much guys, I had no idea — I thought the choice between
> single/double quote marks was pure preference.
>

In PHP, the difference also lies in variable useage.

$foo = 'bar';

"$foo" translates to bar
'$foo' translates to $foo

-- 
-Jack Timmons
http://www.trotlc.com
Twitter: @codeacula



More information about the thelist mailing list