Drinks
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 Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...
PHP Create Arrays
Create Array
You can create arrays by using the array() function:
ExampleGet your...
PHP Functions
The real power of PHP comes from its functions.
PHP has more than 1000 built-in functions, and...
PHP Variables Scope
PHP Variables Scope
In PHP, variables can be declared anywhere in the script.
The scope of a...