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