What will be the output of the following PHP code ?
<?php
echo "echo "Hello World"";
?>
<?php
echo "echo "Hello World"";
?>
A. Hello world
B. echo “Hello world”
C. echo Hello world
D. Error
Answer: Option D
<?php
echo "echo "Hello World"";
?>
A. Hello world
B. echo “Hello world”
C. echo Hello world
D. Error
Answer: Option D
What will be the output of the following PHP code ?
<?php
"Hello World"
?>
A. Error
B. Hello World
C. Nothing
D. Missing semicolon error
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
A. redredred
B. redred
C. red
D. Error
A. # Hello world
B. Hello world# Hello world
C. Hello world
D. Error
Then whats wrong in your comment and answer both are same itseems