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