I am new to PHP, and I just want to ask that some time I see the PHP coding( the codes, available on net) in whoch the variable name contains 2 doller sign.
like
return $$x;
is it just by mistake or it has special effect ?
Thank u very much

