Lire la suite
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP foreach Loop
The foreach loop - Loops through a block of code for each element in an array or each...
PHP Multidimensional Arrays
In the previous pages, we have described arrays that are a single list of key/value pairs....
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP if...else Statements
PHP - The if...else Statement
The if...else statement executes some code if a...