Answers

Question and Answer:

  Home  Senior PHP Programmer

⟩ What is the purpose of $_SERVER variable in PHP?

$_SERVER − This is an array containing information such as headers, paths, and script locations. The entries in this array are created by the web server. There is no guarantee that every web server will provide any of these. See next section for a complete list of all the SERVER variables.

 200 views

More Questions for you: