The variable $_SERVER['AUTH_USER'] gives domain\\username problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

When I use the variable $_SERVER['AUTH_USER'] it comes out as
domain\\username when inserted into the MySQL database. So when I try to
update the record looking for a match as below it doesn't work because
the query is looking for where ident=domain\username.

$result = mysql_query("UPDATE aec SET filename='$filename' WHERE
ident='".$_SERVER['AUTH_USER']."'") or die (mysql_error());


Anybody know what I am doing wrong?

Thanks
Justin

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux