rogerl_uk
09-13-2005, 04:06 PM
Hi I'm a newbie and have been given this line of code as prt of a code snippet.
$file=$db->fetch_array($result);
However, I am confused by the -> between the variable $db and fetch_array() function
What is the meaning of ->
$file=$db->fetch_array($result);
However, I am confused by the -> between the variable $db and fetch_array() function
What is the meaning of ->