Q. What will be the output of the following PHP code?
Code:
<?php
$str = addslashes('Hello "Includehelp!"');
echo($str);
?>
β
Correct Answer: (D)
Hello \"Includehelp!\"