Hello All,
In PHP, what does the "&" syntax mean? An example of this is:
[PHP]$_POST = &$HTTP_POST_VAR S;[/PHP]
I'm not so much concerned with the other parts of the above line except the "&" symbol.
Thanks
In PHP, what does the "&" syntax mean? An example of this is:
[PHP]$_POST = &$HTTP_POST_VAR S;[/PHP]
I'm not so much concerned with the other parts of the above line except the "&" symbol.
Thanks
Comment