Question:What will be output of this php script? <?php $output="This is one line. And this is another line"; echo $output; ?>
A This is one line. And this is another line.
B This is one line And this is another line
C This is one line and this is another line
D None
+ AnswerA
+ Report