Question:What are the PHP's authentication variable?
Answer PHP uses two authentication variables as follows:
1. $_SERVER['PHP-AUTH-USER']
2. $_SERVER['PHP-AUTH-PW']
These variables store the username and password values respectively.
+ Report
What are the PHP's authentication variable?