Re: [PHP] problem with crypt

2004-07-05 Thread Nitin
OTECTED]> Sent: Monday, July 05, 2004 1:25 PM Subject: Re: [PHP] problem with crypt > --- Nitin <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > I'm using PHP function crypt() to encrypt the > > password while updating the password for user's > >

Re: [PHP] problem with crypt

2004-07-05 Thread zareef ahmed
--- Nitin <[EMAIL PROTECTED]> wrote: > Hi all, > > I'm using PHP function crypt() to encrypt the > password while updating the password for user's > email accounts. > It was running fine on PHP 4.0.6, but since I > updated to PHP 4.1.2, it's giving me problems. No > errors, nothing, password is up

[PHP] problem with crypt

2004-07-05 Thread Nitin
Hi all, I'm using PHP function crypt() to encrypt the password while updating the password for user's email accounts. It was running fine on PHP 4.0.6, but since I updated to PHP 4.1.2, it's giving me problems. No errors, nothing, password is updated but to unknown value. Is this some kind of