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()

Related Posts

0 Comments

12345

    00