Religion
No data to show
Read More
PHP Constants
Constants are like variables, except that once they are defined they cannot be changed or...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP Associative Arrays
PHP Associative Arrays
Associative arrays are arrays that use named keys that you assign to...
PHP Indexed Arrays
PHP Indexed Arrays
In indexed arrays each item has an index number.
By default, the first item...
PHP Math
PHP has a set of math functions that allows you to perform mathematical tasks on numbers.
PHP...