PHP - Output and String Handling
What will be the output of the following PHP code?
$fruit = "apple";
echo "I like $fruit pie.";
$fruit = "apple";
echo "I like $fruit pie.";
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions