Lire la suite
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...
PHP Continue
The continue statement can be used to jump out of the current iteration of a loop, and...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP Variables Scope
PHP Variables Scope
In PHP, variables can be declared anywhere in the script.
The scope of a...
PHP Math
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
PHP...