Tell me what is the use of mysql_real_escape_string() function?
Answer / Pankaj Kumar Sharma
"The mysql_real_escape_string() function in PHP is used to escape special characters that could potentially be malicious, such as single quotes ('), double quotes ("), backslashes (), and NULL values. This helps prevent SQL injection attacks by properly encoding the data before it's inserted into a database."
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain me differences between get and post methods?
What are the different data types in javascript?
Write a php code which could be used to generate random numbers between 1 - 100 and display them on the screen.
What is the use of $_server["php_self"] variable?
Tell me how can we check the value of a given variable is alphanumeric?
hi, i am new for php I want to know where to create & how to run phpscript programme in LAMP?
What are the differences between GET and POST methods?
Tell us how can we display the output directly to the browser?
What are php data types?
programm for factorial
Write a program to show the joining of two strings in php?
What is Apache's configuration file typically called?