Religion
No data to show
Read More
PHP Multidimensional Arrays
In the previous pages, we have described arrays that are a single list of key/value pairs....
PHP Functions
The real power of PHP comes from its functions.
PHP has more than 1000 built-in functions, and...
PHP Casting
Sometimes you need to change a variable from one data type into another, and sometimes you want a...
PHP Variables Scope
PHP Variables Scope
In PHP, variables can be declared anywhere in the script.
The scope of a...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...