Home / Category

PHP

PHP (Part 4): Conditional Statements

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.

PHP (Part 3): Operators

Programming · PHP

PHP (Part 3): Operators

Part 3 of the PHP series: operators — arithmetic, assignment, comparison, and logic, the building blocks of every PHP program.

PHP (Part 2): Variables and Constants

Programming · PHP

PHP (Part 2): Variables and Constants

Part 2 of the PHP series: variables and constants — the two ways PHP stores information for you to use later in your programs.

PHP (Part 1): Basic Syntax

Programming · PHP

PHP (Part 1): Basic Syntax

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…