Leggi tutto
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...
PHP Math
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
PHP...
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...