PHP - Basics and Execution Model
What will be the output of this PHP code?
<?php echo "Hello" . " World!"; ?>
<?php echo "Hello" . " World!"; ?>
. operator joins two strings with no extra spaces.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions