Changes

Jump to: navigation, search

PHP Flow Control and Looping

15 bytes added, 18:19, 31 May 2007
PHP ''switch'' Statements
== PHP ''switch'' Statements ==
The ''if ... else'' constructs conditional construct described earlier in this chapter work well if you need to check a value against a few different criteria (for example checking the value of a string against a couple of possible candidates):
<pre>

Navigation menu