Διαβάζω περισσότερα
PHP - $_SERVER
$_SERVER
$_SERVER is a PHP super global variable which holds information about headers,...
PHP Magic Constants
PHP Predefined Constants
PHP has nine predefined constants that change value depending on where...
PHP Comments
Comments in PHP
A comment in PHP code is a line that is not executed as a part of the program....
PHP foreach Loop
The foreach loop - Loops through a block of code for each element in an array or each...
PHP switch Statement
The switch statement is used to perform different actions based on different...