super global variable in PHP

preview_player
Показать описание
playlist for this course :

In this video we are going to see about super global variable in PHP.

What are super global variable?
Super global variables are variables which are created automatically and store data automatically in the form of an associative array from . Data stored in super global variable are useful in many aspect. You can access those data by using the names of those variables.

Super global variables in PHP:

$GLOBALS
$_​SERVER
$_​GET
$_​POST
$_​FILES
$_​REQUEST
$_​SESSION
$_​ENV
$_​COOKIE

I explained about $GLOBALS and $_SERVER in this video I will also explain about remaining variable in upcoming videos.

Watch about other super global variable:

Рекомендации по теме
Комментарии
Автор

Good explanation very very useful. Thank you so much bro

nagadhivyaapt