Wednesday, April 28, 2010

PHP Authentication Vars

Just a quick one for me to remember:

$_SERVER['PHP_AUTH_USER']
$_SERVER['PHP_AUTH_PW']

Get current auth info.  Going to be using this in later code.

No comments:

Post a Comment