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