On Fri, May 13, 2005 9:49 am, K.S. TANG said: > Thanks you, There is no ['PHP_AUTH_USER'] nor ['PHP_AUTH_PW'] in var_dum() > I've asked the server administrator, He said he has installed a php > security > patch two days ago. > > Could anyone tell me how to config the php server so that > ['PHP_AUTH_USER'] > and ['PHP_AUTH_PW'] can be access or avaliable to me and the web browser > ???? Those don't really come from PHP... The browser sends them. The web server passes them on to PHP. PHP pretty much just gives you what it gets. If PHP ain't getting them, the web server isn't giving them (or the browser isn't sending them, which is quite unlikely in modern GUI browsers.) You'll have to get your admin to examine web server settings. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php