Quiz Question 1 of 5
What will be displayed in a browser when the following PHP code is executed:
<?php
$a = "Alena";
if ($a = "Treehouse") {
echo "Hello Alena, ";
}
echo "Welcome to Treehouse!";
?>
TIP: Check the OPERATORS
Choose the correct answer below: