PHP: if - Manual - PHP: Hypertext Preprocessor
if (PHP 4, PHP 5) The if construct is one of the most important features of many languages, PHP included. It allows for conditional execution of code fragments. ... Often you'd want to have more than one statement to be executed conditionally. Of course, ...