Q. The argument to the function mysql_error() is . . . . . . . .

  • (A) integer
  • (B) float
  • (C) structure
  • (D) pointer
πŸ’¬ Discuss
βœ… Correct Answer: (D) pointer
Explanation: This question is asking about the type of information you need to give to the mysql_error() function in MySQL. This function is used to get the error message from the last MySQL operation that was executed.
Explanation by: Ram Avtar Sharma
This question is asking about the type of information you need to give to the mysql_error() function in MySQL. This function is used to get the error message from the last MySQL operation that was executed.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
102
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Ram Avtar Sharma
Publisher
πŸ“ˆ
98%
Success Rate