Lire la suite
PHP Variables Scope
PHP Variables Scope
In PHP, variables can be declared anywhere in the script.
The scope of a...
PHP for Loop
The for loop - Loops through a block of code a specified number of times.
The PHP...
PHP if...else Statements
PHP - The if...else Statement
The if...else statement executes some code if a...
PHP $GLOBALS
$GLOBALS is an array that contains all global variables.
Global Variables
Global...
PHP while Loop
The while loop - Loops through a block of code as long as the specified condition is...