Junior PHP Developer Question:
Tell me what is the use of mysql_real_escape_string() function?
Answer:
It is used to escapes special characters in a string for use in an SQL statement
Previous Question | Next Question |
How to select a database in PHP? | Do you know what is the use of rand() in php? |