Gardening
No data to show
Read More
PHP for Loop
The for loop - Loops through a block of code a specified number of times.
The PHP...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP Update Array Items
Update Array Item
To update an existing array item, you can refer to the index number for...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP if...else Statements
PHP - The if...else Statement
The if...else statement executes some code if a...