1.

What will be the output of the following PHP code ?<?phpecho "it", "is", "a", "good", "name";?>

A. Error
B. Nothing
C. itisagoodname
D. it, is, a, good, name
E. None of these
Answer» D. it, is, a, good, name


Discussion

No Comment Found