Gardening
No data to show
Read More
PHP Add Array Items
Add Array Item
To add items to an existing array, you can use the bracket [] syntax....
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP if Statements
Conditional statements are used to perform different actions based on different conditions....