Q. What will be the output of the following PHP code ?
Code:
<?php echo "This is India"; ?>
β
Correct Answer: (B)
This is India
<?php echo "This is India"; ?>
You must be Logged in to update hint/solution