No data to show
Read More
PHP Variables
Variables are "containers" for storing information.
Creating (Declaring) PHP Variables
In...
PHP Loops
In the following chapters you will learn how to repeat code by using loops in PHP.
PHP Loops...
PHP switch Statement
The switch statement is used to perform different actions based on different...
PHP Access Arrays
Access Array Item
To access an array item, you can refer to the index number for indexed arrays,...
PHP Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...