Dance
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 Magic Constants
PHP Predefined Constants
PHP has nine predefined constants that change value depending on where...
PHP echo and print Statements
With PHP, there are two basic ways to get output: echo and print.
In this...
PHP Loops
In the following chapters you will learn how to repeat code by using loops in PHP.
PHP Loops...
PHP Array Functions
PHP Array Functions
PHP has a set of built-in functions that you can use on arrays....