This commit is contained in:
kobus 2018-04-20 09:34:02 +02:00
parent 5429e1d64a
commit cc19e07269
1 changed files with 5 additions and 0 deletions

View File

@ -1,7 +1,12 @@
<?php
/**
*
*/
/**
* Global variable
* http://php.net/manual/en/language.variables.superglobals.php
*/
$_SERVER; // SERVER variables
$_GET; // Query params