Health
No data to show
Read More
PHP Global Variables - Superglobals
Superglobals were introduced in PHP 4.1.0, and are built-in variables that are always available...
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...
PHP - Concatenate Strings
String Concatenation
To concatenate, or combine, two strings you can use...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP Add Array Items
Add Array Item
To add items to an existing array, you can use the bracket [] syntax....