-
mcrypt
Does anyone use the mcrypt before? I downloaded it (libmcrypt) from the sourceforge, but don't know where to store it. I meant I extract the .tar file on my desktop, and don't know where to store those files so that I can write codes for mcrypt function?
-
Re: mcrypt
Are you using windows or linux to run php?
-
Re: mcrypt
-
Re: mcrypt
Download libmcrypt.dll and put it in your windows directory:
http://files.edin.dk/php/win32/mcrypt/
Then edit your php.ini file and add the line:
Code:
extension=php_mcrypt.dll