Διαβάζω περισσότερα
PHP do while Loop
The do...while loop - Loops through a block of code once, and then repeats the loop as...
PHP echo and print Statements
With PHP, there are two basic ways to get output: echo and print.
In this...
PHP Global Variables - Superglobals
Superglobals were introduced in PHP 4.1.0, and are built-in variables that are always available...
PHP $GLOBALS
$GLOBALS is an array that contains all global variables.
Global Variables
Global...
PHP Magic Constants
PHP Predefined Constants
PHP has nine predefined constants that change value depending on where...