Re: [PHP] What is the Basic function to encode the password upon the authentication..

2003-12-31 Thread Scott Fletcher
Thanks, that does help!!! FletchSOD "John W. Holmes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Scott Fletcher wrote: > > > What is the function exactly for encoding the user's typed password in > > PHP after the HTTP Authentication pop-up window by Apache was submitted? I

Re: [PHP] What is the Basic function to encode the password upon the authentication..

2003-12-30 Thread John W. Holmes
Scott Fletcher wrote: What is the function exactly for encoding the user's typed password in PHP after the HTTP Authentication pop-up window by Apache was submitted? I tried the base64_encode() but it is not the right function. The authentication header here is .. --snip-- header('WWW-A

[PHP] What is the Basic function to encode the password upon the authentication..

2003-12-30 Thread Scott Fletcher
Hi! What is the function exactly for encoding the user's typed password in PHP after the HTTP Authentication pop-up window by Apache was submitted? I tried the base64_encode() but it is not the right function. The authentication header here is .. --snip-- header('WWW-Authenticate: Basi