Question:<?php $output = "This is one line.\nAnd this is another line."; echo $output; ?> This returns the following
A This is one line. And this is another line.
B This is one line.\nAnd this is another line.
C This is one line.And this is another line.
D This is one line. \n And this is another line.
+ AnswerA
+ Report