The ____________________ function returns the number of rows in a query resultset.
Fill in the blank(s) with the appropriate word(s).
mysql_num_rows()
Computer Science & Information Technology
You might also like to view...
A network technician installs a web server on the firewall. Which of the following methods should the technician implement to allow access to outside users without giving access to the inside network?
A. VLAN B. DMZ C. SNMP D. NTP
Computer Science & Information Technology
The __________ loop is a good choice when you do not want the loop to iterate if the condition is false in the beginning.
a. while b. infinite c. switch d. do-while e. post-test
Computer Science & Information Technology