On Mon, 2007-08-27 at 09:56 +0200, Gustav Wiberg wrote: > Hi! > > Why is it so that I get this error. I'm using Windows Integrated > authorization-method for actual webb I'm testing on. > > Notice: Undefined index: PHP_AUTH_USER in C:\www\utveckling\username.php on > line 2 Because on line 2 of C:\www\utveckling\username.php an attempt is made to access that variable or a key in an array by that name when the variable (or key) does not exist. Probably the page wasn't requested with any auth but the script expects it. Cheers, Rob. -- ........................................................... SwarmBuy.com - http://www.swarmbuy.com Leveraging the buying power of the masses! ........................................................... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php