ព័ត៌មាន
PHP Information & Superglobals
PHP ផ្ដល់ Superglobal Variables ដែល Available គ្រប់ Scope — ប្រើ ដើម្បី ទទួល Data ពី Form, URL, Cookie, Session:
Superglobals ដែល ចាំ ខ្លី
$_GET— Data ពី URL Query String$_POST— Data ពី Form (POST method)$_REQUEST— GET + POST + COOKIE$_SERVER— Server Information$_SESSION— Session Data$_COOKIE— Cookie Data
PHP Code
Click "Run" to execute the PHP code
phpinfo()
PHP Code
Click "Run" to execute the PHP code
