Q. How many of the following is considered as a special character by 'mysql_real_escape_string()'?
null byte, single quote, backslash

  • (A) 0
  • (B) 1
  • (C) 2
  • (D) 3
πŸ’¬ Discuss
βœ… Correct Answer: (D) 3
Explanation: This question asks about special characters that are handled by the `mysql_real_escape_string()` function in MySQL. This function is important because it helps prevent SQL injection attacks by escaping certain characters that could be interpreted as commands by the database.
Explanation by: Gopal Sharma
This question asks about special characters that are handled by the `mysql_real_escape_string()` function in MySQL. This function is important because it helps prevent SQL injection attacks by escaping certain characters that could be interpreted as commands by the database.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
96
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
84%
Success Rate