Which of these will display "Hello World!" as output without any error?
a. <?php
$txt=hello world!
?>
b. <?php
$txt="world!";
echo "hello $txt";
?>
c. <?php
$txt="world!";
echo "hello $txt;
?>
d. None of the above
4 replies · 2 likes · 1 repost
New to Yocliq?
Sign up to connect freely.