mirror of
https://github.com/namibia/awesome-cheatsheets.git
synced 2024-12-18 16:41:58 +00:00
Add link
This commit is contained in:
parent
5429e1d64a
commit
cc19e07269
@ -1,7 +1,12 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Global variable
|
||||
* http://php.net/manual/en/language.variables.superglobals.php
|
||||
*/
|
||||
$_SERVER; // SERVER variables
|
||||
$_GET; // Query params
|
||||
|
Loading…
Reference in New Issue
Block a user