1.

What will be the output of the following PHP code ? <?php print_r "Hello world" ?>

A. Error
B. Hello World
C. Nothing
D. Missing semicolon error
Answer» B. Hello World


Discussion

No Comment Found