Microsoft Word - Core PHP Programming Using PHP to Build Dynamic Web Sites

(singke) #1

Listing 1.6 Conditional Daily Message


Choosing between Alternatives


PHP allows you to test conditions and execute certain code based on the result of the test.
The simplest form of this is the if statement. Listing 1.6 showshow you can customize the
content of a page based on the value of a variable.


The Today variable is set with the name of today's weekday. The if statement evaluates
the expression inside the parentheses as either true or false. The == operator compares the

Free download pdf