Programming · PHP
PHP (Part 4): Conditional Statements
Part 4 of the PHP series: conditional statements — make your programs decide with if, else, elseif, switch, and the handy ternary shortcut.
Home / Category
Programming · PHP
Part 4 of the PHP series: conditional statements — make your programs decide with if, else, elseif, switch, and the handy ternary shortcut.
Programming · PHP
Part 3 of the PHP series: operators — arithmetic, assignment, comparison, and logic, the building blocks of every PHP program.
Programming · PHP
Part 2 of the PHP series: variables and constants — the two ways PHP stores information for you to use later in your programs.
Programming · PHP
What is PHP? PHP: Hypertext Preprocessor (PHP) is an open source general purpose scripting language that is widely used for web development and can be…