6. Control Structures

Control structures—conditionals and loops—are a staple of programming languages. PHP has two conditionals—if and switch—both of which you’ll master in this chapter. Conditionals allow you to establish a test and then perform actions based on the results. This functionality provides the ability to make websites even more dynamic.

The discussion of if conditionals requires introduction of two last categories of operators: comparison and logical (you’ve already seen the arithmetic and assignment operators in the previous chapters). You’ll commonly use these ...

Get PHP for the Web: Visual QuickStart Guide, Fifth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.