1.

What will be the output of the following PHP code ? <?php $a = "$winner"; $b = "/$looser"; echo $a,$b; ?>

A. $winner/$looser
B. /$looser
C. /
D. $looser
Answer» D. $looser


Discussion

No Comment Found