[PHP] Re: Logging out with authentication

2002-08-01 Thread Pete James
Hello $PHP_AUTH_USER."; echo "Your password is $PHP_AUTH_PW."; echo ""; } ?> Ray Todd Stevens wrote: > > I am working on a web site that is using php controled www- > authenticate authentication. User ids are specific to users and > different pages and different levels of information

[PHP] Re: Logging out with authentication

2002-07-28 Thread JJ Harrison
You could redirect to a file outside the 'realm' by using header("location: ") or just linking to it. -- JJ Harrison [EMAIL PROTECTED] www.tececo.com "Ray Todd Stevens" <[EMAIL PROTECTED]> wrote in message 3D44690D.25129.D620734@localhost">news:3D44690D.25129.D620734@localhost... > I am workin