Leggi tutto
PHP switch Statement
The switch statement is used to perform different actions based on different...
PHP - Escape Characters
Escape Character
To insert characters that are illegal in a string, use an escape character.
An...
PHP Comments
Comments in PHP
A comment in PHP code is a line that is not executed as a part of the program....
PHP - $_SERVER
$_SERVER
$_SERVER is a PHP super global variable which holds information about headers,...
PHP if Operators
Comparison Operators
If statements usually contain conditions that compare two values....