Given that a database table has a field called FirstName, which code displays an element or field from the database record?

Select one:

  • a. echo $row['FirstName'];
  • b. show $row['name'];
  • c. echo $row[name];
  • d. echo $row(name);

The correct answer is: echo $row['FirstName'];

Related Posts

0 Comments

12345

    00