Course lesson

Write multiple conditions to execute alternate PHP code

You'll eventually need to run a block of PHP code that executes if your "if" statement is false. In this event, you will use an "else"| clause.

Duration
3 min
Access
Included
Transcript
Retained from source evidence

You'll eventually need to run a block of PHP code that executes if your "if" statement is false. In this event, you will use an "else"| clause.