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 would occur if a fatal error was thrown in your php program?
Where is the functions php in wordpress?
Tell me how do I escape data before storing it into the database?
What is class extend in php?
Does php require a web server?
Do you know design patterns. List few?
Tell me what is the main difference between require() and require_once()?
What is return in php function?
What is the difference between $message and $$message in php?
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
What type of operation is needed when passing values through a form or an url?
What is the main difference between require() and include()?
What is config file in php?
Where sessions stored in PHP?
What is overloading and overriding in php?