Mastering the use of PHP conditionals | The Man in the Arena
No set of control structures is more pervasive in programming than if, elseif and else. With a few exceptions, you’ll use at least one per function or method that you write. There’s just no way around...