A
Q. What will be the output of the following PHP code ?
Code:
<?php
$color = red;
echo "$color";
?>
$color = red;
echo "$color";
?>
- Correct Answer - Option(B)
- Views: 9
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.