Y
Q. What will be the output of the following PHP code ?
Code:
<?php
$color1 = "red";
$color2 = "green";
echo "$color1" + "$color2";
?>
$color1 = "red";
$color2 = "green";
echo "$color1" + "$color2";
?>
- Correct Answer - Option(B)
- Views: 14361
- Filed under category PHP
Discusssion
Login to discuss.