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 is mysql_real_escape_string used for?
Why triggers are used in mysql?
What is the difference between apache and tomcat?
What is rtrim php?
What are the benefits of using queries?
Is numeric in php?
Difference between mysql_connect and mysql_pconnect?
What are the rules to determine the “truth” of any value which is not already of the boolean type?
How is session id stored in browser?
What distinguishes php from something like client side java script?
How can we check the value of a given variable is alphanumeric?
Is age nominal or ordinal?
Is php a strongly typed language?
Please explain is it possible to use com component in php?
What are the uses of implode() function?