Leggi tutto
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP if Operators
Comparison Operators
If statements usually contain conditions that compare two values....
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...