Given the PHP code:
$row=mysql_fetch_array($r);
What type of variable is $row
?
Select one:
- a. string
- b. array()
- c. integer
- d. boolean
The correct answer is: array()
$row=mysql_fetch_array($r);
What type of variable is $row
?
Select one:
The correct answer is: array()