Party
No data to show
Read More
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP Array Functions
PHP Array Functions
PHP has a set of built-in functions that you can use on arrays....
PHP Variables
Variables are "containers" for storing information.
Creating (Declaring) PHP Variables
In...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...