You have already completed these exercises!
Do you want to take them again?
You completed the PHP If Statement Exercises from W3Schools.com
Share on:
What will be the output of the following code:if (5 < 4) { echo "Hello";}echo ", my name is Linus"
if (5 < 4) { echo "Hello";}echo ", my name is Linus"
Hello, my name is Linus
Hello
, my name is Linus