Lire la suite
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP Access Arrays
Access Array Item
To access an array item, you can refer to the index number for indexed arrays,...
PHP Strings
A string is a sequence of characters, like "Hello world!".
Strings
Strings in PHP are...
PHP Loops
In the following chapters you will learn how to repeat code by using loops in PHP.
PHP Loops...
PHP Create Arrays
Create Array
You can create arrays by using the array() function:
ExampleGet your...