Health
No data to show
Read More
PHP Loops
In the following chapters you will learn how to repeat code by using loops in PHP.
PHP Loops...
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP for Loop
The for loop - Loops through a block of code a specified number of times.
The PHP...
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...