1.

What will be the output of the following PHP code?$a = "clue"; $a .= "get"; echo "$a";

A. get
B. true
C. false
D. clueget
Answer» E.


Discussion

No Comment Found