Trying to learn php, and came across
=&
as in
$form =& $HTTP_POST_VARS ;
I can't find any reference to =&, with no success in searching for a
definition (as though it's _so_ obvious it doesn't need explanation).
Thanks!
=&
as in
$form =& $HTTP_POST_VARS ;
I can't find any reference to =&, with no success in searching for a
definition (as though it's _so_ obvious it doesn't need explanation).
Thanks!
Comment