video #19 - Advance PHP - $_SERVER - Part 1

9 months ago
18

We will use the ‘$_SERVER’ which is a superglobal variable. They are built-in variables that are always available in all scopes. it is an array that contains information such as headers, paths, and script locations. So when I say that it is a super global - I mean that they are always accessible, regardless of scope.

Loading comments...