Gardening
No data to show
Read More
PHP while Loop
The while loop - Loops through a block of code as long as the specified condition is...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP Math
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
PHP...
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...