Q. What will be the output of the following PHP code ?
Code:
<?php $color = red; echo "$color" . red ; ?>
β
Correct Answer: (C)
error
<?php $color = red; echo "$color" . red ; ?>
You must be Logged in to update hint/solution