mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-19 00:42:03 +00:00
Add link
This commit is contained in:
parent
5429e1d64a
commit
cc19e07269
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user