The mysql_fetch_row() function returns the fields in the current row of a resultset into an indexed array and moves the result pointer to the next row.
Answer the following statement true (T) or false (F)
True
You might also like to view...
When an End Sub statement is reached in a Sub procedure, execution jumps to
(A) the statement before the statement that called the Sub procedure. (B) the statement after the statement that called the Sub procedure. (C) the beginning of the event procedure containing the calling statement. (D) the end of the event procedure containing the calling statement.
The two types of objects responsible for collecting data are ________
A) tables and queries B) forms and reports C) queries and reports D) tables and forms
One likely cause of slow performance by a computer is a(n) ________
A) inexpensive processor B) slow keyboard C) insufficient amount of RAM memory D) complicated software application program
Translating programming statements into instructions that can be understood by the electronics of the computer is accomplished by a process called program ____.
A. instantiation B. compilation C. factoring D. indexing