Zend 100-500 Question Answer
You run the following PHP script:
$name = mysql_real_escape_string($_POST["name"]);
$password = mysql_real_escape_string($_POST["password"]);
?>
What is the use of the mysql_real_escape_string() function in the above script.
Each correct answer represents a complete solution. Choose all that apply.
Zend 100-500 Summary
- Vendor: Zend
- Product: 100-500
- Update on: Jul 25, 2025
- Questions: 202