mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
Add link
This commit is contained in:
@@ -1,7 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Global variable
|
* Global variable
|
||||||
|
* http://php.net/manual/en/language.variables.superglobals.php
|
||||||
*/
|
*/
|
||||||
$_SERVER; // SERVER variables
|
$_SERVER; // SERVER variables
|
||||||
$_GET; // Query params
|
$_GET; // Query params
|
||||||
|
|||||||
Reference in New Issue
Block a user