PHP - Basics and Execution Model
What will be the output of this PHP code?
<?php echo "Hello World!"; ?>
<?php echo "Hello World!"; ?>
echo command prints the string inside quotes to the screen exactly as it is.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions