Literature
No data to show
Read More
PHP Introduction
PHP code is executed on the server.
What You Should Already Know
Before you continue you...
PHP Multiline Comments
Multi-line Comments
Multi-line comments start with /* and end with */.
Any text...
PHP if...else Statements
PHP - The if...else Statement
The if...else statement executes some code if a...
PHP Global Variables - Superglobals
Superglobals were introduced in PHP 4.1.0, and are built-in variables that are always available...
PHP Break
The break statement can be used to jump out of different kind of loops.
Break in For...