Q1
What will be the output of the following PHP code ?
A.
Error
B.
Hello World
C.
Nothing
AnswerD.
Missing semicolon error
Answer: Option C
Solution
Answer: Option C
Solution:
If you need to output something onto the screen you’ll need to use echo or print_r.