1. 20
    Use a PHP switch statement for advanced conditional logic
    4m 12s

Use a PHP switch statement for advanced conditional logic

InstructorMark Shust

Share this video with your friends

Send Tweet

When you find yourself repeating or writing similar conditional logic in your if statements, a better option may be a switch statement.