Literature
No data to show
Read More
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP while Loop
The while loop - Loops through a block of code as long as the specified condition is...
PHP Loops
In the following chapters you will learn how to repeat code by using loops in PHP.
PHP Loops...
PHP Math
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
PHP...
PHP Arrays
An array stores multiple values in one single variable:
ExampleGet your own PHP Server
$cars...