No data to show
Read More
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP Shorthand if Statements
Short Hand If
To write shorter code, you can write if statements on one line....
PHP Loops
In the following chapters you will learn how to repeat code by using loops in PHP.
PHP Loops...
PHP Variables
Variables are "containers" for storing information.
Creating (Declaring) PHP Variables
In...
PHP Access Arrays
Access Array Item
To access an array item, you can refer to the index number for indexed arrays,...