Exam 3: PHP and MYSQL: Object Creation, Cookies, Sessions, and Database Operations

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A destructor is called when the object is destructed or the script is stopped or exited.

Free
(Multiple Choice)
4.9/5
(25)
Correct Answer:
Verified

A

Which one of the following methods can be used to diagnose and display information about a MySQL connection error?

Free
(Multiple Choice)
4.7/5
(36)
Correct Answer:
Verified

C

_____ returns the last error description for the most recent function call

Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
Verified

A

If you create a _______function, PHP will automatically call this function when you create an object from a class.

(Multiple Choice)
4.9/5
(41)

Which one of the Following methods is responsible for sending the query to Database

(Multiple Choice)
4.9/5
(35)

A ________ consists of one or more tables.

(Multiple Choice)
4.8/5
(37)

Which one of the following methods recuperates any memory consumed by a result set?

(Multiple Choice)
4.8/5
(42)

________ is used to uniquely identify the rows in table.

(Multiple Choice)
4.9/5
(44)

If there is no error, then what will the error() method return?

(Multiple Choice)
4.8/5
(45)

Which method retrieves each row from the prepared statement result and assigns the fields to the bound results?

(Multiple Choice)
4.8/5
(31)

______ is use to create the web page .

(Multiple Choice)
4.8/5
(41)

RDBMS stands for __________.

(Multiple Choice)
4.9/5
(43)

Which method returns the error code generated from the execution of the last MySQL function?

(Multiple Choice)
4.9/5
(36)

A session is a way to store information (in variables) to be used across multiple pages.

(Multiple Choice)
4.8/5
(35)

A _______ is a server that manages data for user.

(Multiple Choice)
4.7/5
(32)

A cookie is a small file that the server embeds on the user's computer. Each time the same computer requests a page with a browser, it will send the cookie too. With PHP, you can both create and retrieve cookie values.

(Multiple Choice)
4.9/5
(35)

the switch statement is used to perform different actions based on different conditions

(Multiple Choice)
4.8/5
(39)

Which one of the following databases has PHP supported almost since the beginning?

(Multiple Choice)
4.8/5
(46)

Which one of the following statements should be used to include a file?

(Multiple Choice)
4.8/5
(43)

The long form of SQL is __________.

(Multiple Choice)
4.8/5
(35)
Showing 1 - 20 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)