Internee PHP Developer Question:

Tell me what does $_SERVER means?

Answer:

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

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?