Sr. PHP Programmer Question:

What is the use of mysql_real_escape_string() function?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

It is used to escapes special characters in a string for use in an SQL statement


Previous QuestionNext Question
How to select a database?How to find the length of a string?