hi there
Can anyone explain for me what this -> does exactly. I need exact explanation? what its job?
as example here
while ($row=$DB_site->fetch_array($temp)) {
Because I know this => in array but I've never seen this -> in any php book explained.
this one is founded explained in php book
$capitals = array ( “CA” => “Sacramento”, “TX” => “Austin”,
“OR” => “Salem” );