Why is #5 not a?
// If you are not using any other characters, you can just echo variables
echo $foo; // foobar
echo $foo,$bar; // foobarbarbaz
https://php.net/manual/en/function.echo.php
Why is #5 not b? // If you are not using any other characters, you can just echo variables echo $foo; // foobar echo $foo,$bar; // foobarbarbaz https://php.net/manual/en/function.echo.php
2 Responses to Quiz 5 – Echo
brooke
November 26th, 2016 at 3:17 pm
brooke
November 26th, 2016 at 3:26 pm