Question:What are the PHP’s authentication variables?
Answer PHP uses two predefined variables to authenticate a user and those are $_SERVER['PHP_AUTH_USER'] and $_SERVER['PHP_AUTH_PW']. These variables store the username and password values, respectively.
+ Report
What are the PHP’s authentication variables?