Q30
What will be the output of the following PHP code ?
A.
onetwo
B.
one, two
C.
one
D.
error
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The above syntax will produce an error, unlike the echo statement.