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
Total Preview: 893
What are the PHP’s authentication variables?
Copyright © 2024. Powered by Intellect Software Ltd