Question 9

Last Updated :
Discuss
Comments

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

Tags:
Share your thoughts in the comments