1.

What will be the output of the following PHP code?
<?php 
$string = addslashes('how are "you" doing?');
echo $string;
?>

A. how are "you" doing?
B. how are you doing?
C. how are "you " doing?
D. Error
E. None of these
Answer» D. Error


Discussion

No Comment Found

Related MCQs