PHP·98 questions

What are superglobal variables?

Answer
$_GET — URL parameters.
$_POST — form data.
$_SESSION — session data.
$_COOKIE — cookies.
$_FILES — uploaded files.
$_SERVER — server information.
Was this answer helpful?

More questions in this topic

Related questions from other topics