Drinks
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 Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP - Modify Strings
PHP has a set of built-in functions that you can use to modify strings.
Upper Case...
PHP $GLOBALS
$GLOBALS is an array that contains all global variables.
Global Variables
Global...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...