Art
No data to show
Read More
PHP Loops
In the following chapters you will learn how to repeat code by using loops in PHP.
PHP Loops...
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP Create Arrays
Create Array
You can create arrays by using the array() function:
ExampleGet your...
PHP echo and print Statements
With PHP, there are two basic ways to get output: echo and print.
In this...
PHP $GLOBALS
$GLOBALS is an array that contains all global variables.
Global Variables
Global...