Quick Question
Posted: Sat Sep 26, 2009 12:18 am
I've been PHPin for quite some time now, but I never could find what the difference was between:
$var = "hello";
and
"hello" => $var // I think that's how I've seen it
What's the diff? thanks ; )
$var = "hello";
and
"hello" => $var // I think that's how I've seen it
What's the diff? thanks ; )