Leggi tutto
PHP Continue
The continue statement can be used to jump out of the current iteration of a loop, and...
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP if Operators
Comparison Operators
If statements usually contain conditions that compare two values....
PHP Create Arrays
Create Array
You can create arrays by using the array() function:
ExampleGet your...