[PHP] Re: undefined function - crypt()

2003-02-12 Thread Anthony Ritter
Greg wrote in message: > I believe you need to have mcrypt installed. > -Greg . Not sure what mcrypt is. Please advise. In Ullman's textbook, it says that decrypt() and encrypt(0 fuctions will not work if PHP is not installed as a module. However, in his example in the boo

[PHP] Re: undefined function - crypt()

2003-02-12 Thread Greg
I believe you need to have mcrypt installed. -Greg "Anthony Ritter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Using MS Win98 / PHP /Apache > > I'm getting a undefined function error - crypt() > > The following scripts were taken from Larry Ullman's book on