A
Q. What will be the output of the following PHP code?
Code:
<?php
$var = "YELLOW";
$var1 = $var[5];
echo "$var1";
?>
$var = "YELLOW";
$var1 = $var[5];
echo "$var1";
?>
- Correct Answer - Option(D)
- Views: 9
- Filed under category PHP
- Hashtags:
Discusssion
Login to discuss.