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