What does the if
statement do in PHP?
Executes code only if a condition is false
Executes code only if a condition is true
Executes code regardless of any condition
Stops program execution
This question is part of this quiz :
PHP Operators and Decision Making Quiz