GIAC GCIH Question Answer
You run the following PHP script:
<?php $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.
GIAC GCIH Summary
- Vendor: GIAC
- Product: GCIH
- Update on: Jul 25, 2025
- Questions: 328