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 

+ Answer
+ Report
Total Preview: 472

Copyright © 2025. Powered by Intellect Software Ltd