+1 vote
in PHP by
What does $_SERVER mean?

1 Answer

0 votes
by

$_SERVER is an array including information created by the web server such as paths, headers, and script locations.

Related questions

+1 vote
asked Jun 22, 2019 in PHP by SakshiSharma
+1 vote
asked Jun 23, 2019 in PHP by SakshiSharma
...