Answer Posted / shanmuga
It is only for windows server...
First u download the libmcrypt.dll from internet.And put the
dll into your system32 folder.
URL for that library.
http://ftp.emini.dk/pub/php/win32/mcrypt/
Then enable the line
extension=php_mcrypt.dll
in php.ini and restart apache.
Now the mcrypt function will work.
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the advantages of stored procedures in php?
Which is not a php magic constant?
How to create a session? How to set a value in session?
How to get the ip address of the client?
What is mean tnq
Can we learn php without html?
What is php oops concepts?
What is the difference between explode and split?
What is the expansion of LAMP?
Is it possible multiple inheritance in php?
What is $row in php?
Tell me how can we automatically escape incoming data?
What is the different between count() and sizeof() in php?
How do you remove duplicates from an array?
What is var_dump?