In PHP, use the mysql_query() function to send SQL statements to ____________________.
Fill in the blank(s) with the appropriate word(s).
MySQL
You might also like to view...
Which of the following statements are true?
a. A dynamic array can have a base type which is a class or a struct. b. A class or a struct may have a member which is a dynamic array. c. A and B d. Neither
Most operator functions cannot be written as friend functions.
Answer the following statement true (T) or false (F)
____ storage allocation allows files to use any storage space available on the disk.
A. Contiguous B. Noncontiguous C. Fragmented D. Extended
One way to write reusable code is to use the object data type for instance data members. Doing so then requires ____.
A. moving the data type into a predefined type B. using a stack to store the items C. casting and unboxing the data type D. creating generic classes