Q. What will be the output of the following PHP code ?
Code:<?php echo "This"."was"."a"."bad"."idea"; ?>
β
Correct Answer: (C)
Thiswasabadidea
<?php echo "This"."was"."a"."bad"."idea"; ?>
You must be Logged in to update hint/solution