Leia mais
PHP if...else Statements
PHP - The if...else Statement
The if...else statement executes some code if a...
PHP foreach Loop
The foreach loop - Loops through a block of code for each element in an array or each...
PHP switch Statement
The switch statement is used to perform different actions based on different...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP Operators
PHP Operators
Operators are used to perform operations on variables and values.
PHP divides the...