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. 

+ Answer
+ Report
Total Preview: 510

Copyright © 2024. Powered by Intellect Software Ltd