Shopping
No data to show
Read More
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP $GLOBALS
$GLOBALS is an array that contains all global variables.
Global Variables
Global...
PHP Create Arrays
Create Array
You can create arrays by using the array() function:
ExampleGet your...