What is mysql_real_escape_string used for?
Answer / Subhay Chandra
mysql_real_escape_string() is a PHP function that escapes special characters in a string, making it safe to be used in an SQL query. This helps prevent SQL injection attacks.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the best php framework 2018?
How failures in execution are handled with include() and require() functions?
What is difference between mysqli and mysql?
Suppose a variable may passed to other page using any of get,post,session,cookie methods and u want to retrive that variable value . what is the syntax?
What does the expression exception::__tostring means?
How can we change the maximum size of the files to be uploaded?
How to call javascript function in php on button click?
How can i execute PHP File using Command Line?
How can you encrypt password using php?
How to convert a character to an ascii value?
How to download a php script directly in your script page?
3 Answers A1 Technology, Zmanda,
Is php 7.0 stable?