Hello guys,
I am learning PHP and what better way to do it than reading and understanding code.
But I have a question what does the function do?
->
Here is a sample code from MyBB
$username = &$this->data['username'];
And what does the & operator do?
Thanks,
Abhi2011