Internee PHP Developer Question:

Tell me what does $_SERVER means?

Tweet Share WhatsApp

Answer:

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

Download Internee PHP Developer PDF Read All 75 Internee PHP Developer Questions
Previous QuestionNext Question
Tell me what is the differences between $a != $b and $a !== $b?Explain me what is the difference between $name and $$name?