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 string in php?
Explain php parameterized functions.
How to Pass JSON Data in a URL using CURL in PHP?
How can we define a variable accessible in functions of a php script?
What are static variables in php?
What are php loops?
What are psrs?
Is php the same as html?
Where is the functions php in wordpress?
Is a number php?
What is the use of super-global arrays in php?
What is the functionality of the functions strstr() and stristr()?
What is Different between Joomla And Magento?
What u mean by query?
How to call javascript function in php without any event?