V Vinay π Mover β 28.75K Points π Advanced Web Technologies Q. Which method retrieves each row from the prepared statement result and assigns the fields to the bound results? (A) get_row() (B) . fetch_row() (C) . fetch() (D) row() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) . fetch()
V Vikash Gupta π Tutor III β 33.56K Points π Advanced Web Technologies Q. Which one of the following methods can be used to diagnose and display information about a MySQL connection error? (A) . connect_errno() (B) connect_error() (C) mysqli_connect_errno() (D) . mysqli_connect_error() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) mysqli_connect_errno()
R Rakesh Kumar π Hard Worker β 28.44K Points π Advanced Web Technologies Q. Which one of the following methods recuperates any memory consumed by a result set? (A) destroy() (B) remover() (C) alloc() (D) free() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) free()
P Priyanka Tomar π Tutor III β 35.28K Points π Advanced Web Technologies Q. Which one of the following statements should be used to include a file? (A) . #include ‘filename’; (B) include ‘filename’; (C) include <filename> (D) none of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) include ‘filename’;
V Vikash Gupta π Tutor III β 33.56K Points π Advanced Web Technologies Q. If there is no error, then what will the error() method return? (A) . TRUE (B) . FALSE (C) . Empty String (D) . non of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) . Empty String
G Gopal Sharma π Tutor III β 38.32K Points π Advanced Web Technologies Q. Which method returns the error code generated from the execution of the last MySQL function? (A) errno() (B) . errnumber() (C) . errorno() (D) errornumber() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) errno()
G Gopal Sharma π Tutor III β 38.32K Points π Advanced Web Technologies Q. Which one of the following statements is used to create a table? (A) CREATE TABLE table_name (column_namecolumn_type); (B) CREATE table_name (column_typecolumn_name); (C) . CREATE table_name (column_namecolumn_type); (D) . CREATE TABLE table_name (column_typecolumn_name); ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) CREATE TABLE table_name (column_namecolumn_type);
V Vikash Gupta π Tutor III β 33.56K Points π Advanced Web Technologies Q. Which one of the following databases has PHP supported almost since the beginning? (A) Oracle Database (B) SQL (C) SQL+ (D) MySQL ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (D) MySQL
R Ram Sharma π Coach β 193.88K Points π Advanced Web Technologies Q. A session is a way to store information (in variables) to be used across multiple pages. (A) true (B) false (C) both a and b (D) none of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) true
R Ranjeet π Tutor III β 34.60K Points π Advanced Web Technologies Q. 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. (A) true (B) false (C) both a and b (D) none of these ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) true