Lire la suite
PHP Sorting Arrays
The elements in an array can be sorted in alphabetical or numerical order, descending or...
PHP foreach Loop
The foreach loop - Loops through a block of code for each element in an array or each...
PHP Functions
The real power of PHP comes from its functions.
PHP has more than 1000 built-in functions, and...
PHP while Loop
The while loop - Loops through a block of code as long as the specified condition is...
PHP Data Types
PHP Data Types
Variables can store data of different types, and different data types can do...