Possible Duplicate:
In, PHP, what is the "->" operator called and how do you say it when reading code out loud?
This is the second question I've asked about the following tutorial:
http://www.allsyntax.com/tutorials/PHP/24/Building-a-Comments-Script/2.php
I'm very new to PHP / MySQL so I'm just trying to get familiar with it. I need to know what the arrows mean / do in the second code-box down the page...
e.g.
"'.htmlspecialchars(stripslashes($info2->subject)).'"
(The arrow between $info2
and subject
).