I searched but didn't find a question about this. Is there a difference between $_session['var']
and $_session["var"]
in PHP?
I know the difference of single and double quotes at the echo command but can't figure out the above. At my testing server it works fine both ways, but is there something deeper?