Dance
No data to show
Read More
PHP Installation
What Do I Need?
To start using PHP, you can:
Find a web host with PHP and MySQL support...
PHP Nested if Statement
Nested If
You can have if statements inside if statements, this is...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP Break
The break statement can be used to jump out of different kind of loops.
Break in For...
PHP Continue
The continue statement can be used to jump out of the current iteration of a loop, and...