Shopping
No data to show
Read More
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...
PHP Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...
PHP Create Arrays
Create Array
You can create arrays by using the array() function:
ExampleGet your...
PHP Access Arrays
Access Array Item
To access an array item, you can refer to the index number for indexed arrays,...
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...